All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][17/37] Clean up duplicate includes in fs/
@ 2007-07-21 15:03 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2007-07-21 15:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Andrew Morton, Jesper Juhl, Jakub Jelinek, Eddie C Dost,
	Andi Kleen, Theodore Tso

Hi,

This patch cleans up duplicate includes in
	fs/


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index e440a7b..d3208db 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -113,7 +113,6 @@
 #include <linux/dvb/dmx.h>
 #include <linux/dvb/frontend.h>
 #include <linux/dvb/video.h>
-#include <linux/lp.h>
 
 static int do_ioctl32_pointer(unsigned int fd, unsigned int cmd,
 			      unsigned long arg, struct file *f)
diff --git a/fs/namei.c b/fs/namei.c
index a83160a..2dbd8a2 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -30,7 +30,6 @@
 #include <linux/capability.h>
 #include <linux/file.h>
 #include <linux/fcntl.h>
-#include <linux/namei.h>
 #include <asm/namei.h>
 #include <asm/uaccess.h>
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-21 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 15:03 [PATCH][17/37] Clean up duplicate includes in fs/ Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.