aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ioctl.c')
-rw-r--r--fs/ioctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/ioctl.c b/fs/ioctl.c
index 479c1038ed4a..c2a773e8620b 100644
--- a/fs/ioctl.c
+++ b/fs/ioctl.c
@@ -174,11 +174,3 @@ asmlinkage long sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg)
174 out: 174 out:
175 return error; 175 return error;
176} 176}
177
178/*
179 * Platforms implementing 32 bit compatibility ioctl handlers in
180 * modules need this exported
181 */
182#ifdef CONFIG_COMPAT
183EXPORT_SYMBOL(sys_ioctl);
184#endif