aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 15:13:18 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 16:00:38 +0530
commitfcf989216138858003f0c354698260f29e6e10b0 (patch)
tree67cf25cfc67cd6421b53c2b79e0bff61d6bb2f6f /arch
parent144374dcc3ad0436f0a1bb3095836cf0ec32eebe (diff)
includecheck fix: x86, shadow.c
fix the following 'make includecheck' warning: arch/x86/mm/kmemcheck/shadow.c: linux/module.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Sam Ravnborg <sam@ravnborg.org> LKML-Reference: <1247065179.4382.51.camel@ht.satnam>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/mm/kmemcheck/shadow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/kmemcheck/shadow.c b/arch/x86/mm/kmemcheck/shadow.c
index e773b6bd007..3f66b82076a 100644
--- a/arch/x86/mm/kmemcheck/shadow.c
+++ b/arch/x86/mm/kmemcheck/shadow.c
@@ -1,7 +1,6 @@
#include <linux/kmemcheck.h>
#include <linux/module.h>
#include <linux/mm.h>
-#include <linux/module.h>
#include <asm/page.h>
#include <asm/pgtable.h>