diff options
author | Borislav Petkov <bp@alien8.de> | 2010-10-25 12:15:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 13:05:13 -0400 |
commit | 9afd281a152702143961c09b5482a66eeefe5e03 (patch) | |
tree | 30cbeb1bd96488f0ac9e74f1821891f34109a233 /arch | |
parent | c4a6eb3b7d5b483de331313e7ea38a6891a3447a (diff) |
x86-32, mm: Remove duplicated include
Commit b40827fa7268 ("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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/acpi/sleep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 74a847835bab..69fd72aa5594 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c | |||
@@ -15,7 +15,6 @@ | |||
15 | 15 | ||
16 | #ifdef CONFIG_X86_32 | 16 | #ifdef CONFIG_X86_32 |
17 | #include <asm/pgtable.h> | 17 | #include <asm/pgtable.h> |
18 | #include <asm/pgtable_32.h> | ||
19 | #endif | 18 | #endif |
20 | 19 | ||
21 | #include "realmode/wakeup.h" | 20 | #include "realmode/wakeup.h" |