[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200707211703.02653.jesper.juhl@gmail.com>
Date: Sat, 21 Jul 2007 17:03:02 +0200
From: Jesper Juhl <jesper.juhl@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Jesper Juhl <jesper.juhl@...il.com>,
Jakub Jelinek <jakub@...hat.com>, Eddie C Dost <ecd@...net.be>,
Andi Kleen <ak@...e.de>, Theodore Tso <tytso@....edu>
Subject: [PATCH][17/37] Clean up duplicate includes in fs/
Hi,
This patch cleans up duplicate includes in
fs/
Signed-off-by: Jesper Juhl <jesper.juhl@...il.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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists