Skip to content

Commit

Permalink
[MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error.
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 31, 2007
1 parent 6a30235 commit d4414cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/tx4927/common/tx4927_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions include/asm-mips/tx4927/toshiba_rbtx4927.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit d4414cc

Please sign in to comment.