diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/compat_ioctl.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 8da222eacbaf..aa6ba39ff370 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -94,7 +94,6 @@ | |||
94 | #include <linux/atm_tcp.h> | 94 | #include <linux/atm_tcp.h> |
95 | #include <linux/sonet.h> | 95 | #include <linux/sonet.h> |
96 | #include <linux/atm_suni.h> | 96 | #include <linux/atm_suni.h> |
97 | #include <linux/mtd/mtd.h> | ||
98 | 97 | ||
99 | #include <linux/usb.h> | 98 | #include <linux/usb.h> |
100 | #include <linux/usbdevice_fs.h> | 99 | #include <linux/usbdevice_fs.h> |
@@ -2392,27 +2391,6 @@ COMPATIBLE_IOCTL(USBDEVFS_SUBMITURB32) | |||
2392 | COMPATIBLE_IOCTL(USBDEVFS_REAPURB32) | 2391 | COMPATIBLE_IOCTL(USBDEVFS_REAPURB32) |
2393 | COMPATIBLE_IOCTL(USBDEVFS_REAPURBNDELAY32) | 2392 | COMPATIBLE_IOCTL(USBDEVFS_REAPURBNDELAY32) |
2394 | COMPATIBLE_IOCTL(USBDEVFS_CLEAR_HALT) | 2393 | COMPATIBLE_IOCTL(USBDEVFS_CLEAR_HALT) |
2395 | /* MTD */ | ||
2396 | COMPATIBLE_IOCTL(MEMGETINFO) | ||
2397 | COMPATIBLE_IOCTL(MEMERASE) | ||
2398 | COMPATIBLE_IOCTL(MEMLOCK) | ||
2399 | COMPATIBLE_IOCTL(MEMUNLOCK) | ||
2400 | COMPATIBLE_IOCTL(MEMGETREGIONCOUNT) | ||
2401 | COMPATIBLE_IOCTL(MEMGETREGIONINFO) | ||
2402 | COMPATIBLE_IOCTL(MEMSETOOBSEL) | ||
2403 | COMPATIBLE_IOCTL(MEMGETOOBSEL) | ||
2404 | COMPATIBLE_IOCTL(MEMGETBADBLOCK) | ||
2405 | COMPATIBLE_IOCTL(MEMSETBADBLOCK) | ||
2406 | COMPATIBLE_IOCTL(OTPSELECT) | ||
2407 | COMPATIBLE_IOCTL(OTPGETREGIONCOUNT) | ||
2408 | COMPATIBLE_IOCTL(OTPGETREGIONINFO) | ||
2409 | COMPATIBLE_IOCTL(OTPLOCK) | ||
2410 | COMPATIBLE_IOCTL(ECCGETLAYOUT) | ||
2411 | COMPATIBLE_IOCTL(ECCGETSTATS) | ||
2412 | COMPATIBLE_IOCTL(MTDFILEMODE) | ||
2413 | COMPATIBLE_IOCTL(MEMERASE64) | ||
2414 | COMPATIBLE_IOCTL(MEMREADOOB64) | ||
2415 | COMPATIBLE_IOCTL(MEMWRITEOOB64) | ||
2416 | /* NBD */ | 2394 | /* NBD */ |
2417 | ULONG_IOCTL(NBD_SET_SOCK) | 2395 | ULONG_IOCTL(NBD_SET_SOCK) |
2418 | ULONG_IOCTL(NBD_SET_BLKSIZE) | 2396 | ULONG_IOCTL(NBD_SET_BLKSIZE) |