Commit 40b2ea839753d32e5685d307c23d92c82cae3b70

Authored by Jesper Juhl
Committed by Linus Torvalds
1 parent de4f800b49

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>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -108,7 +108,6 @@
108 108 #include <linux/dvb/dmx.h>
109 109 #include <linux/dvb/frontend.h>
110 110 #include <linux/dvb/video.h>
111   -#include <linux/lp.h>
112 111  
113 112 #ifdef CONFIG_SPARC
114 113 #include <asm/fbio.h>
... ... @@ -30,7 +30,6 @@
30 30 #include <linux/capability.h>
31 31 #include <linux/file.h>
32 32 #include <linux/fcntl.h>
33   -#include <linux/namei.h>
34 33 #include <asm/namei.h>
35 34 #include <asm/uaccess.h>
36 35