Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] rbtx4927: fix a build error
@ 2007-07-24 15:53 Atsushi Nemoto
  2007-07-24 16:39 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2007-07-24 15:53 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

This patch fixes a build error caused by
-Werror-implicit-function-declaration.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
 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 */

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

* Re: [PATCH 1/2] rbtx4927: fix a build error
  2007-07-24 15:53 [PATCH 1/2] rbtx4927: fix a build error Atsushi Nemoto
@ 2007-07-24 16:39 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-07-24 16:39 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Wed, Jul 25, 2007 at 12:53:29AM +0900, Atsushi Nemoto wrote:

Applied.  Thanks,

  Ralf

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

end of thread, other threads:[~2007-07-24 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 15:53 [PATCH 1/2] rbtx4927: fix a build error Atsushi Nemoto
2007-07-24 16:39 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox