]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
includecheck fix: x86, shadow.c
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 20 Sep 2009 09:43:18 +0000 (15:13 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 20 Sep 2009 10:30:38 +0000 (16:00 +0530)
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>

arch/x86/mm/kmemcheck/shadow.c

index e773b6bd0079b4c8ae8639fef934bafcbfa61e27..3f66b82076a3150b03cd1045202eb4facf1c49f4 100644 (file)
@@ -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>