LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Do not include linux/backing-dev.h twice inside mm/filemap.c
@ 2008-03-10 0:12 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2008-03-10 0:12 UTC (permalink / raw)
To: LKML
Cc: Linux memory management list, Trivial Patch Monkey, Emil Medve,
Jesper Juhl, Linus Torvalds
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-10 0:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 0:12 [PATCH] Do not include linux/backing-dev.h twice inside mm/filemap.c Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).