[PATCH] Do not include linux/backing-dev.h twice inside mm/filemap.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesper Juhl
Date: Sunday, March 9, 2008 - 5:12 pm

Don't include linux/backing-dev.h twice in mm/filemap.c, it's pointless.


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

 filemap.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index 5c74b68..ab98557 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -28,7 +28,6 @@
 #include <linux/backing-dev.h>
 #include <linux/pagevec.h>
 #include <linux/blkdev.h>
-#include <linux/backing-dev.h>
 #include <linux/security.h>
 #include <linux/syscalls.h>
 #include <linux/cpuset.h>
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Do not include linux/backing-dev.h twice inside mm ..., Jesper Juhl, (Sun Mar 9, 5:12 pm)