projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7a48b
)
x86-32, mm: Remove duplicated #include
author
Borislav Petkov
<
[email protected]
>
Mon, 25 Oct 2010 16:25:23 +0000
(18:25 +0200)
committer
Ingo Molnar
<
[email protected]
>
Mon, 25 Oct 2010 17:39:33 +0000
(19:39 +0200)
b40827fa7268fda8a62490728a61c2856f33830b
added an include
directive which is needless and is taken care of by a previous
one. Remove it.
Caught-by: Jaswinder Singh Rajput <
[email protected]
>
Signed-off-by: Borislav Petkov <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Jaswinder Singh Rajput <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
LKML-Reference: <
20101025162523
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/acpi/sleep.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/acpi/sleep.c
b/arch/x86/kernel/acpi/sleep.c
index 74a847835babc534721bed1496d2be129c247e15..69fd72aa5594bec4d34b51ac4dd52b24c5547bec 100644
(file)
--- a/
arch/x86/kernel/acpi/sleep.c
+++ b/
arch/x86/kernel/acpi/sleep.c
@@
-15,7
+15,6
@@
#ifdef CONFIG_X86_32
#include <asm/pgtable.h>
-#include <asm/pgtable_32.h>
#endif
#include "realmode/wakeup.h"