diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:17:48 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:17:48 +0200 |
commit | bf6ee0ae494596aaf311e8430684db85d1d2f25c (patch) | |
tree | 80af10d1539d20ed00ffe19bb5af51cd6a976a19 /drivers/block/Kconfig | |
parent | 0a8fe0d756fba2953462cec6db09c81dd732d0b5 (diff) | |
download | op-kernel-dev-bf6ee0ae494596aaf311e8430684db85d1d2f25c.zip op-kernel-dev-bf6ee0ae494596aaf311e8430684db85d1d2f25c.tar.gz |
remove mentionings of devfs in documentation
Now that devfs is removed, there's no longer any need to document how to
do this or that with devfs.
This patch includes some improvements by Joe Perches.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 422e31d..24ebd1c 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -207,8 +207,7 @@ config BLK_DEV_UMEM module will be called umem. The umem driver has not yet been allocated a MAJOR number, so - one is chosen dynamically. Use "devfs" or look in /proc/devices - for the device number + one is chosen dynamically. config BLK_DEV_UBD bool "Virtual block device" |