Skip to content

Commit

Permalink
kmemcheck: remove duplicated #include
Browse files Browse the repository at this point in the history
Remove duplicated #include in arch/x86/mm/kmemcheck/shadow.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
  • Loading branch information
Huang Weiyi authored and Vegard Nossum committed Jul 1, 2009
1 parent f234012 commit a4a874a
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 a4a874a

Please sign in to comment.