[PATCH] mm: Remove duplicate include of compaction.h from vmscan.c

From: Jesper Juhl
Date: Sun Jan 16 2011 - 15:29:18 EST


linux/compaction.h is included twice in mm/vmscan.c - once is enough.

Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
---
vmscan.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 99999a9..34edf0a 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -41,7 +41,6 @@
#include <linux/memcontrol.h>
#include <linux/delayacct.h>
#include <linux/sysctl.h>
-#include <linux/compaction.h>

#include <asm/tlbflush.h>
#include <asm/div64.h>


--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.

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