diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 05:43:18 -0400 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 06:30:38 -0400 |
commit | fcf989216138858003f0c354698260f29e6e10b0 (patch) | |
tree | 67cf25cfc67cd6421b53c2b79e0bff61d6bb2f6f /arch | |
parent | 144374dcc3ad0436f0a1bb3095836cf0ec32eebe (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/kmemcheck/shadow.c b/arch/x86/mm/kmemcheck/shadow.c index e773b6bd0079..3f66b82076a3 100644 --- a/arch/x86/mm/kmemcheck/shadow.c +++ b/arch/x86/mm/kmemcheck/shadow.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include <linux/kmemcheck.h> | 1 | #include <linux/kmemcheck.h> |
2 | #include <linux/module.h> | 2 | #include <linux/module.h> |
3 | #include <linux/mm.h> | 3 | #include <linux/mm.h> |
4 | #include <linux/module.h> | ||
5 | 4 | ||
6 | #include <asm/page.h> | 5 | #include <asm/page.h> |
7 | #include <asm/pgtable.h> | 6 | #include <asm/pgtable.h> |