mtd: doc: remove mention of MEMSETOOBSEL
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Nov 7 11:59:30 EST 2011
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=48ee688df09fa3ddf86b5b53508316d18d6fcedd
Commit: 48ee688df09fa3ddf86b5b53508316d18d6fcedd
Parent: 305b93f180b221789a6213bf3d298c6735102da1
Author: Brian Norris <computersforpeace at gmail.com>
AuthorDate: Tue Aug 23 17:17:33 2011 -0700
Committer: Artem Bityutskiy <artem.bityutskiy at intel.com>
CommitDate: Sun Sep 11 15:02:18 2011 +0300
mtd: doc: remove mention of MEMSETOOBSEL
It's been gone for a while.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
Documentation/DocBook/mtdnand.tmpl | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl
index 8c07540..0c674be 100644
--- a/Documentation/DocBook/mtdnand.tmpl
+++ b/Documentation/DocBook/mtdnand.tmpl
@@ -773,20 +773,6 @@ struct nand_oobinfo {
done according to the default builtin scheme.
</para>
</sect2>
- <sect2 id="User_space_placement_selection">
- <title>User space placement selection</title>
- <para>
- All non ecc functions like mtd->read and mtd->write use an internal
- structure, which can be set by an ioctl. This structure is preset
- to the autoplacement default.
- <programlisting>
- ioctl (fd, MEMSETOOBSEL, oobsel);
- </programlisting>
- oobsel is a pointer to a user supplied structure of type
- nand_oobconfig. The contents of this structure must match the
- criteria of the filesystem, which will be used. See an example in utils/nandwrite.c.
- </para>
- </sect2>
</sect1>
<sect1 id="Spare_area_autoplacement_default">
<title>Spare area autoplacement default schemes</title>
More information about the linux-mtd-cvs
mailing list