[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1101162125150.13377@swampdragon.chaosbits.net>
Date: Sun, 16 Jan 2011 21:29:03 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-mm@...ck.org
cc: linux-kernel@...r.kernel.org, Rik van Riel <riel@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Mel Gorman <mel@....ul.ie>, Andrea Arcangeli <andrea@...e.de>
Subject: [PATCH] mm: Remove duplicate include of compaction.h from vmscan.c
linux/compaction.h is included twice in mm/vmscan.c - once is enough.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
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@...osbits.net> 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@...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