diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/internal.h b/fs/internal.h index ea00126c9a59..392e8ccd6fc4 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -9,8 +9,6 @@ | |||
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/ioctl32.h> | ||
13 | |||
14 | struct super_block; | 12 | struct super_block; |
15 | 13 | ||
16 | /* | 14 | /* |
@@ -42,14 +40,6 @@ static inline int sb_is_blkdev_sb(struct super_block *sb) | |||
42 | extern void __init chrdev_init(void); | 40 | extern void __init chrdev_init(void); |
43 | 41 | ||
44 | /* | 42 | /* |
45 | * compat_ioctl.c | ||
46 | */ | ||
47 | #ifdef CONFIG_COMPAT | ||
48 | extern struct ioctl_trans ioctl_start[]; | ||
49 | extern int ioctl_table_size; | ||
50 | #endif | ||
51 | |||
52 | /* | ||
53 | * namespace.c | 43 | * namespace.c |
54 | */ | 44 | */ |
55 | extern int copy_mount_options(const void __user *, unsigned long *); | 45 | extern int copy_mount_options(const void __user *, unsigned long *); |