[PATCH] file: kill unnecessary includes in fs/file.c

From: Tejun Heo
Date: Sun Aug 20 2006 - 09:35:14 EST


Kill unnecessary mm.h, time.h and bitops.h includes in fs/file.c.

Signed-off-by: Tejun Heo <htejun@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/