]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 24 Jul 2007 15:53:29 +0000 (00:53 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Jul 2007 20:35:21 +0000 (21:35 +0100)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/tx4927/common/tx4927_irq.c
include/asm-mips/tx4927/toshiba_rbtx4927.h

index 3d25d010f3d5bcaf1fc45272ba0256aad1363c1f..00b0b975f34910a12c8bc70a6c350e4aec8ef56e 100644 (file)
@@ -43,6 +43,9 @@
 #include <asm/mipsregs.h>
 #include <asm/system.h>
 #include <asm/tx4927/tx4927.h>
+#ifdef CONFIG_TOSHIBA_RBTX4927
+#include <asm/tx4927/toshiba_rbtx4927.h>
+#endif
 
 /*
  * DEBUG
index 94bef03d96358ba6ca4d8917f84b8758222115f4..5dc40a867774356f543436d8778fc25a8956e2f8 100644 (file)
@@ -52,4 +52,6 @@
 #define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET)
 #define RBTX4927_RTL_8019_IRQ  (29)
 
+int toshiba_rbtx4927_irq_nested(int sw_irq);
+
 #endif /* __ASM_TX4927_TOSHIBA_RBTX4927_H */