diff options
| author | Borislav Petkov <bp@alien8.de> | 2010-10-25 12:25:23 -0400 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-10-25 13:39:33 -0400 | 
| commit | 610470ce804f0326ca63fbcdc5be06b750debeb1 (patch) | |
| tree | ed0517368b2ec31af00980f0558af605eb2f920b | |
| parent | 7d7a48b76012eeee25871e1d69104dec4b6d740f (diff) | |
x86-32, mm: Remove duplicated #include
b40827fa7268fda8a62490728a61c2856f33830b 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>
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: Ingo Molnar <mingo@elte.hu>
| -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" | 
