* [2.6 patch] mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h>
@ 2008-10-12 13:01 Adrian Bunk
2008-10-24 17:16 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-10-12 13:01 UTC (permalink / raw)
To: Florian Fainelli, Ralf Baechle; +Cc: linux-mips, linux-kernel
This patch fixes the following compile error caused by
commit 606a083b1e1a357cb66454e4581b80f1a67d8368
(MIPS: RB532: Cleanup the headers again):
<-- snip -->
...
CC arch/mips/pci/fixup-rc32434.o
arch/mips/pci/fixup-rc32434.c: In function 'pcibios_map_irq':
arch/mips/pci/fixup-rc32434.c:46: error: 'GROUP4_IRQ_BASE' undeclared (first use in this function)
arch/mips/pci/fixup-rc32434.c:46: error: (Each undeclared identifier is reported only once
arch/mips/pci/fixup-rc32434.c:46: error: for each function it appears in.)
make[2]: *** [arch/mips/pci/fixup-rc32434.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
diff --git a/arch/mips/pci/fixup-rc32434.c b/arch/mips/pci/fixup-rc32434.c
index 75b90dc..3d86823 100644
--- a/arch/mips/pci/fixup-rc32434.c
+++ b/arch/mips/pci/fixup-rc32434.c
@@ -30,6 +30,7 @@
#include <linux/init.h>
#include <asm/mach-rc32434/rc32434.h>
+#include <asm/mach-rc32434/irq.h>
static int __devinitdata irq_map[2][12] = {
{0, 0, 2, 3, 2, 3, 0, 0, 0, 0, 0, 1},
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h>
2008-10-12 13:01 [2.6 patch] mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h> Adrian Bunk
@ 2008-10-24 17:16 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2008-10-24 17:16 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Florian Fainelli, linux-mips, linux-kernel
On Sun, Oct 12, 2008 at 04:01:35PM +0300, Adrian Bunk wrote:
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-24 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-12 13:01 [2.6 patch] mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h> Adrian Bunk
2008-10-24 17:16 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.