Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: mtd: amend the sysfs docs after mtdchar merge

The mtdchar module was merged with the mtdcore module, which means that the
MTD_CHAR Kconfig symbol does not exist any more.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Artem Bityutskiy and committed by
David Woodhouse
880113ef 660685d9

+2 -4
+2 -4
Documentation/ABI/testing/sysfs-class-mtd
··· 14 14 The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond 15 15 to each /dev/mtdX character device. These may represent 16 16 physical/simulated flash devices, partitions on a flash 17 - device, or concatenated flash devices. They exist regardless 18 - of whether CONFIG_MTD_CHAR is actually enabled. 17 + device, or concatenated flash devices. 19 18 20 19 What: /sys/class/mtd/mtdXro/ 21 20 Date: April 2009 ··· 22 23 Contact: linux-mtd@lists.infradead.org 23 24 Description: 24 25 These directories provide the corresponding read-only device 25 - nodes for /sys/class/mtd/mtdX/ . They are only created 26 - (for the benefit of udev) if CONFIG_MTD_CHAR is enabled. 26 + nodes for /sys/class/mtd/mtdX/ . 27 27 28 28 What: /sys/class/mtd/mtdX/dev 29 29 Date: April 2009