summaryrefslogtreecommitdiff
path: root/arch/x86/mm
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 09:43:18 (GMT)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 10:30:38 (GMT)
commitfcf989216138858003f0c354698260f29e6e10b0 (patch)
tree67cf25cfc67cd6421b53c2b79e0bff61d6bb2f6f /arch/x86/mm
parent144374dcc3ad0436f0a1bb3095836cf0ec32eebe (diff)
downloadlinux-fsl-qoriq-fcf989216138858003f0c354698260f29e6e10b0.tar.xz
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/x86/mm')
-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 e773b6b..3f66b82 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>