[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <8f356413db5b32a05d3a494335cff1a303db406c.1436387183.git.tom.zanussi@linux.intel.com>
Date: Wed, 8 Jul 2015 17:35:14 -0500
From: Tom Zanussi <tom.zanussi@...ux.intel.com>
To: linux-kernel@...r.kernel.org
Cc: rostedt@...dmis.org, pebolle@...cali.nl, rientjes@...gle.com,
Tom Zanussi <tom.zanussi@...ux.intel.com>
Subject: [PATCH v3 6/7] slub: Remove redundant module.h includes
kallsyms.h now includes module.h, so remove module.h includes that
were apparently there only to satisfy kallsyms use of MODULE_NAME_LEN
(via KSYM_SYMBOL_LEN).
Signed-off-by: Tom Zanussi <tom.zanussi@...ux.intel.com>
Acked-by: David Rientjes <rientjes@...gle.com>
---
mm/slub.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/slub.c b/mm/slub.c
index d27aba0..20fda60 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -11,7 +11,6 @@
#include <linux/mm.h>
#include <linux/swap.h> /* struct reclaim_state */
-#include <linux/module.h>
#include <linux/bit_spinlock.h>
#include <linux/interrupt.h>
#include <linux/bitops.h>
--
1.9.3
--
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