All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][MIPS] fix rb532 build error
@ 2008-10-24 15:21 Yoichi Yuasa
  2008-10-24 15:25 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Yoichi Yuasa @ 2008-10-24 15:21 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips


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[1]: *** [arch/mips/pci/fixup-rc32434.o] Error 1

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/pci/fixup-rc32434.c linux/arch/mips/pci/fixup-rc32434.c
--- linux-orig/arch/mips/pci/fixup-rc32434.c	2008-10-14 11:21:05.637174807 +0900
+++ linux/arch/mips/pci/fixup-rc32434.c	2008-10-14 10:27:15.158974484 +0900
@@ -29,6 +29,7 @@
 #include <linux/kernel.h>
 #include <linux/init.h>
 
+#include <asm/mach-rc32434/irq.h>
 #include <asm/mach-rc32434/rc32434.h>
 
 static int __devinitdata irq_map[2][12] = {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-24 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-24 15:21 [PATCH][MIPS] fix rb532 build error Yoichi Yuasa
2008-10-24 15:25 ` Florian Fainelli
2008-10-24 17:18   ` 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.