[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.00.0803061136320.18590@chino.kir.corp.google.com>
Date: Thu, 6 Mar 2008 12:05:07 -0800 (PST)
From: David Rientjes <rientjes@...gle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: Paul Jackson <pj@....com>, Christoph Lameter <clameter@....com>,
Lee Schermerhorn <Lee.Schermerhorn@...com>,
Andi Kleen <ak@...e.de>, linux-kernel@...r.kernel.org
Subject: [patch -mm 4/4] mempolicy: remove includes for duplicate headers
Remove #includes for:
linux/mempolicy.h (already from linux/migrate.h)
linux/mm.h (already from linux/highmem.h)
linux/kernel.h (already from linux/nodemask.h)
linux/nodemask.h (already from linux/sched.h)
linux/gfp.h (already from linux/slab.h)
linux/slab.h (already from linux/mempolicy.h)
linux/init.h (already from linux/mmzone.h)
Cc: Paul Jackson <pj@....com>
Cc: Christoph Lameter <clameter@....com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@...com>
Cc: Andi Kleen <ak@...e.de>
Signed-off-by: David Rientjes <rientjes@...gle.com>
---
mm/mempolicy.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -65,21 +65,14 @@
kernel is not always grateful with that.
*/
-#include <linux/mempolicy.h>
-#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/hugetlb.h>
-#include <linux/kernel.h>
#include <linux/sched.h>
-#include <linux/nodemask.h>
#include <linux/cpuset.h>
-#include <linux/gfp.h>
-#include <linux/slab.h>
#include <linux/string.h>
#include <linux/module.h>
#include <linux/nsproxy.h>
#include <linux/interrupt.h>
-#include <linux/init.h>
#include <linux/compat.h>
#include <linux/swap.h>
#include <linux/seq_file.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