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

From: Jesper Juhl
Date: Sun Mar 09 2008 - 20:18:11 EST



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


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

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>
--
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/