diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:26:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | 40b2ea839753d32e5685d307c23d92c82cae3b70 (patch) | |
tree | 453c4f686a3a55bacf5e5e8b8e48daa3fa8f52bc /fs/compat_ioctl.c | |
parent | de4f800b498e04aceadb96107cdee2bbe1f9464a (diff) |
Clean up duplicate includes in fs/
This patch cleans up duplicate includes in
fs/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 9c3fd07f35e0..6dacd39bf048 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -108,7 +108,6 @@ | |||
108 | #include <linux/dvb/dmx.h> | 108 | #include <linux/dvb/dmx.h> |
109 | #include <linux/dvb/frontend.h> | 109 | #include <linux/dvb/frontend.h> |
110 | #include <linux/dvb/video.h> | 110 | #include <linux/dvb/video.h> |
111 | #include <linux/lp.h> | ||
112 | 111 | ||
113 | #ifdef CONFIG_SPARC | 112 | #ifdef CONFIG_SPARC |
114 | #include <asm/fbio.h> | 113 | #include <asm/fbio.h> |