projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb093ea
)
x86 mpparse: build fix
author
Ingo Molnar
<mingo@elte.hu>
Tue, 3 Jun 2008 07:28:52 +0000
(09:28 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 3 Jun 2008 07:40:57 +0000
(09:40 +0200)
fix this build bug:
drivers/acpi/pci_irq.c: In function 'acpi_pci_irq_enable':
drivers/acpi/pci_irq.c:574: error: implicit declaration of function 'mp_config_acpi_gsi'
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/acpi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/acpi.h
b/include/asm-x86/acpi.h
index 14411c9de46f8f1f22434759c91b4ad892d17227..73ce5b32443ff0e8fda659ac70e3de7d0062d01a 100644
(file)
--- a/
include/asm-x86/acpi.h
+++ b/
include/asm-x86/acpi.h
@@
-28,6
+28,7
@@
#include <asm/numa.h>
#include <asm/processor.h>
#include <asm/mmu.h>
+#include <asm/mpspec.h>
#define COMPILER_DEPENDENT_INT64 long long
#define COMPILER_DEPENDENT_UINT64 unsigned long long