Commit 610470ce authored by Borislav Petkov's avatar Borislav Petkov Committed by Ingo Molnar

x86-32, mm: Remove duplicated #include

b40827fa added an include
directive which is needless and is taken care of by a previous
one. Remove it.
Caught-by: default avatarJaswinder Singh Rajput <jaswinderlinux@gmail.com>
Signed-off-by: default avatarBorislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jaswinder Singh Rajput <jaswinderlinux@gmail.com>
Cc: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <20101025162523.GA4712@a1.tnic>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7d7a48b7
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#ifdef CONFIG_X86_32 #ifdef CONFIG_X86_32
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/pgtable_32.h>
#endif #endif
#include "realmode/wakeup.h" #include "realmode/wakeup.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment