diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-07-24 11:53:29 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:21 -0400 |
commit | d4414cc48baa529311e9326c8bb13c1264c04122 (patch) | |
tree | 9ee871099ca435a0349836729e69ea398ae13a5b /arch/mips/tx4927 | |
parent | 6a302358d87fedaf7bda12b8e909265ebf1ce674 (diff) |
[MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/tx4927')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_irq.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/tx4927/common/tx4927_irq.c b/arch/mips/tx4927/common/tx4927_irq.c index 3d25d010f3d5..00b0b975f349 100644 --- a/arch/mips/tx4927/common/tx4927_irq.c +++ b/arch/mips/tx4927/common/tx4927_irq.c | |||
@@ -43,6 +43,9 @@ | |||
43 | #include <asm/mipsregs.h> | 43 | #include <asm/mipsregs.h> |
44 | #include <asm/system.h> | 44 | #include <asm/system.h> |
45 | #include <asm/tx4927/tx4927.h> | 45 | #include <asm/tx4927/tx4927.h> |
46 | #ifdef CONFIG_TOSHIBA_RBTX4927 | ||
47 | #include <asm/tx4927/toshiba_rbtx4927.h> | ||
48 | #endif | ||
46 | 49 | ||
47 | /* | 50 | /* |
48 | * DEBUG | 51 | * DEBUG |