[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.00.0803100106370.7691@dragon.funnycrock.com>
Date: Mon, 10 Mar 2008 01:12:08 +0100 (CET)
From: Jesper Juhl <jesper.juhl@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
cc: Linux memory management list <linux-mm@...ck.org>,
Trivial Patch Monkey <trivial@...nel.org>,
Emil Medve <Emilian.Medve@...escale.com>,
Jesper Juhl <jesper.juhl@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] Do not include linux/backing-dev.h twice inside
mm/filemap.c
Don't include linux/backing-dev.h twice in mm/filemap.c, it's pointless.
Signed-off-by: Jesper Juhl <jesper.juhl@...il.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>
--
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