[PATCH] schedule the obsolete raw driver for removal

Since kernel 2.6.3 the Kconfig text explicitely stated this driver was
obsolete.

(trolling for IBMers)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Adrian Bunk and committed by Linus Torvalds 98e7f294 c33ed271

+10 -2
+8
Documentation/feature-removal-schedule.txt
··· 43 43 44 44 --------------------------- 45 45 46 + What: RAW driver (CONFIG_RAW_DRIVER) 47 + When: December 2005 48 + Why: declared obsolete since kernel 2.6.3 49 + O_DIRECT can be used instead 50 + Who: Adrian Bunk <bunk@stusta.de> 51 + 52 + --------------------------- 53 + 46 54 What: register_ioctl32_conversion() / unregister_ioctl32_conversion() 47 55 When: April 2005 48 56 Why: Replaced by ->compat_ioctl in file_operations and other method
+2 -2
drivers/char/Kconfig
··· 940 940 Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. 941 941 See the raw(8) manpage for more details. 942 942 943 - The raw driver is deprecated and may be removed from 2.7 944 - kernels. Applications should simply open the device (eg /dev/hda1) 943 + The raw driver is deprecated and will be removed soon. 944 + Applications should simply open the device (eg /dev/hda1) 945 945 with the O_DIRECT flag. 946 946 947 947 config HPET