Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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"