aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/compat_ioctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index 16d681c331f9..71065603a581 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -62,7 +62,6 @@
62#include <linux/i2c-dev.h> 62#include <linux/i2c-dev.h>
63#include <linux/wireless.h> 63#include <linux/wireless.h>
64#include <linux/atalk.h> 64#include <linux/atalk.h>
65#include <linux/blktrace_api.h>
66#include <linux/loop.h> 65#include <linux/loop.h>
67 66
68#include <net/bluetooth/bluetooth.h> 67#include <net/bluetooth/bluetooth.h>
@@ -2477,13 +2476,6 @@ COMPATIBLE_IOCTL(FIONREAD) /* This is also TIOCINQ */
2477/* 0x00 */ 2476/* 0x00 */
2478COMPATIBLE_IOCTL(FIBMAP) 2477COMPATIBLE_IOCTL(FIBMAP)
2479COMPATIBLE_IOCTL(FIGETBSZ) 2478COMPATIBLE_IOCTL(FIGETBSZ)
2480/* 0x12 */
2481#ifdef CONFIG_BLOCK
2482COMPATIBLE_IOCTL(BLKTRACESTART)
2483COMPATIBLE_IOCTL(BLKTRACESTOP)
2484COMPATIBLE_IOCTL(BLKTRACESETUP)
2485COMPATIBLE_IOCTL(BLKTRACETEARDOWN)
2486#endif
2487/* RAID */ 2479/* RAID */
2488COMPATIBLE_IOCTL(RAID_VERSION) 2480COMPATIBLE_IOCTL(RAID_VERSION)
2489COMPATIBLE_IOCTL(GET_ARRAY_INFO) 2481COMPATIBLE_IOCTL(GET_ARRAY_INFO)