Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d4414cc48baa529311e9326c8bb13c1264c04122
Commit:     d4414cc48baa529311e9326c8bb13c1264c04122
Parent:     6a302358d87fedaf7bda12b8e909265ebf1ce674
Author:     Atsushi Nemoto <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 25 00:53:29 2007 +0900
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 21:35:21 2007 +0100

    [MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error.
    
    Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/tx4927/common/tx4927_irq.c       |    3 +++
 include/asm-mips/tx4927/toshiba_rbtx4927.h |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/mips/tx4927/common/tx4927_irq.c 
b/arch/mips/tx4927/common/tx4927_irq.c
index 3d25d01..00b0b97 100644
--- a/arch/mips/tx4927/common/tx4927_irq.c
+++ b/arch/mips/tx4927/common/tx4927_irq.c
@@ -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
diff --git a/include/asm-mips/tx4927/toshiba_rbtx4927.h 
b/include/asm-mips/tx4927/toshiba_rbtx4927.h
index 94bef03..5dc40a8 100644
--- a/include/asm-mips/tx4927/toshiba_rbtx4927.h
+++ b/include/asm-mips/tx4927/toshiba_rbtx4927.h
@@ -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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to