Message ID | 20180912151422.571531-7-arnd@arndb.de |
---|---|
State | New |
Headers | show |
Series | [v2,01/17] compat_ioctl: add generic_compat_ioctl_ptrarg() | expand |
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 8510cd652bb0..79ad7c3afd70 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -40,7 +40,6 @@ #include <linux/fb.h> #include <linux/videodev2.h> #include <linux/netdevice.h> -#include <linux/raw.h> #include <linux/blkdev.h> #include <linux/elevator.h> #include <linux/serial.h> @@ -747,9 +746,6 @@ COMPATIBLE_IOCTL(PPPIOCGL2TPSTATS) /* PPPOX */ COMPATIBLE_IOCTL(PPPOEIOCSFWD) COMPATIBLE_IOCTL(PPPOEIOCDFWD) -/* Raw devices */ -COMPATIBLE_IOCTL(RAW_SETBIND) -COMPATIBLE_IOCTL(RAW_GETBIND) /* Watchdog */ COMPATIBLE_IOCTL(WDIOC_GETSUPPORT) COMPATIBLE_IOCTL(WDIOC_GETSTATUS)
The /dev/rawX implementation already handles these just fine, so the entries in the table are not needed any more. Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- fs/compat_ioctl.c | 4 ---- 1 file changed, 4 deletions(-) -- 2.18.0