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:
0f347bb
)
[ARM] integrator: fix pci_v3 compile error with DEBUG_LL
author
Russell King
<
[email protected]
>
Thu, 17 May 2007 09:16:55 +0000
(10:16 +0100)
committer
Russell King
<
[email protected]
>
Thu, 17 May 2007 09:16:55 +0000
(10:16 +0100)
If DEBUG_LL is enabled, we want to use get_irq_regs(), but this
causes a build error due to the inline function missing. Add
the necessary header file.
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-integrator/pci_v3.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-integrator/pci_v3.c
b/arch/arm/mach-integrator/pci_v3.c
index af9ebccac7c1bab5b8212a0c3c4ce7abe0754d8b..d4d8134ce567ae5dfd8402b1945f0c17cc7fbd5d 100644
(file)
--- a/
arch/arm/mach-integrator/pci_v3.c
+++ b/
arch/arm/mach-integrator/pci_v3.c
@@
-33,6
+33,7
@@
#include <asm/irq.h>
#include <asm/system.h>
#include <asm/mach/pci.h>
+#include <asm/irq_regs.h>
#include <asm/hardware/pci_v3.h>