Browse Source

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>
Borislav Petkov 15 years ago
parent
commit
610470ce80
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/x86/kernel/acpi/sleep.c

+ 0 - 1
arch/x86/kernel/acpi/sleep.c

@@ -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"