Skip to content

Commit

Permalink
includecheck fix: x86, shadow.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <[email protected]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent 144374d commit fcf9892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/mm/kmemcheck/shadow.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit fcf9892

Please sign in to comment.