diff options
| -rw-r--r-- | arch/mips/tx4927/common/tx4927_irq.c | 3 | ||||
| -rw-r--r-- | 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 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 |
diff --git a/include/asm-mips/tx4927/toshiba_rbtx4927.h b/include/asm-mips/tx4927/toshiba_rbtx4927.h index 94bef03d9635..5dc40a867774 100644 --- a/include/asm-mips/tx4927/toshiba_rbtx4927.h +++ b/include/asm-mips/tx4927/toshiba_rbtx4927.h | |||
| @@ -52,4 +52,6 @@ | |||
| 52 | #define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET) | 52 | #define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET) |
| 53 | #define RBTX4927_RTL_8019_IRQ (29) | 53 | #define RBTX4927_RTL_8019_IRQ (29) |
| 54 | 54 | ||
| 55 | int toshiba_rbtx4927_irq_nested(int sw_irq); | ||
| 56 | |||
| 55 | #endif /* __ASM_TX4927_TOSHIBA_RBTX4927_H */ | 57 | #endif /* __ASM_TX4927_TOSHIBA_RBTX4927_H */ |
