projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de9c70
)
arch/x86/kernel/acpi/boot.c: removed duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sun, 10 Aug 2008 12:57:45 +0000
(20:57 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 11 Aug 2008 10:58:11 +0000
(12:58 +0200)
Removed duplicated include file <asm/genapic.h> in
arch/x86/kernel/acpi/boot.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/boot.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/acpi/boot.c
b/arch/x86/kernel/acpi/boot.c
index fa88a1d7129094fcc85b1b2425234a80e2418581..d8d118935b081666452753c8fcf0a83df3908c31 100644
(file)
--- a/
arch/x86/kernel/acpi/boot.c
+++ b/
arch/x86/kernel/acpi/boot.c
@@
-58,7
+58,6
@@
EXPORT_SYMBOL(acpi_disabled);
#ifdef CONFIG_X86_64
#include <asm/proto.h>
-#include <asm/genapic.h>
#else /* X86 */