dect
/
linux-2.6
Archived
13
0
Fork 0

x86-32, mm: Remove duplicated include

Commit b40827fa72 ("x86-32, mm: Add an initial page table for core
bootstrapping") added an include directive which is needless and is
taken care of by a previous one.  Remove it.

Caught-by: Jaswinder Singh Rajput <jaswinderlinux@gmail.com>
Signed-off-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Borislav Petkov 2010-10-25 18:15:22 +02:00 committed by Linus Torvalds
parent c4a6eb3b7d
commit 9afd281a15
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#ifdef CONFIG_X86_32
#include <asm/pgtable.h>
#include <asm/pgtable_32.h>
#endif
#include "realmode/wakeup.h"