[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20060820133720.GO6371@htj.dyndns.org>
Date: Sun, 20 Aug 2006 22:37:20 +0900
From: Tejun Heo <htejun@...il.com>
To: viro@...iv.linux.org.uk, linux-kernel@...r.kernel.org,
trivial@...nel.org
Subject: [PATCH] file: kill unnecessary includes in fs/file.c
Kill unnecessary mm.h, time.h and bitops.h includes in fs/file.c.
Signed-off-by: Tejun Heo <htejun@...il.com>
---
fs/file.c | 3 ---
1 file changed, 3 deletions(-)
Index: work/fs/file.c
===================================================================
--- work.orig/fs/file.c
+++ work/fs/file.c
@@ -7,12 +7,9 @@
*/
#include <linux/fs.h>
-#include <linux/mm.h>
-#include <linux/time.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/file.h>
-#include <linux/bitops.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/rcupdate.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