mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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:
parent
c4a6eb3b7d
commit
9afd281a15
@ -15,7 +15,6 @@
|
||||
|
||||
#ifdef CONFIG_X86_32
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/pgtable_32.h>
|
||||
#endif
|
||||
|
||||
#include "realmode/wakeup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user