aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-10-03 16:17:48 -0400
committerAdrian Bunk <bunk@stusta.de>2006-10-03 16:17:48 -0400
commitbf6ee0ae494596aaf311e8430684db85d1d2f25c (patch)
tree80af10d1539d20ed00ffe19bb5af51cd6a976a19 /drivers/block
parent0a8fe0d756fba2953462cec6db09c81dd732d0b5 (diff)
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')
-rw-r--r--drivers/block/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 422e31d5f8e5..24ebd1ce6644 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -207,8 +207,7 @@ config BLK_DEV_UMEM
207 module will be called umem. 207 module will be called umem.
208 208
209 The umem driver has not yet been allocated a MAJOR number, so 209 The umem driver has not yet been allocated a MAJOR number, so
210 one is chosen dynamically. Use "devfs" or look in /proc/devices 210 one is chosen dynamically.
211 for the device number
212 211
213config BLK_DEV_UBD 212config BLK_DEV_UBD
214 bool "Virtual block device" 213 bool "Virtual block device"