diff options
Diffstat (limited to 'include/asm-sh/hs7751rvoip/hs7751rvoip.h')
-rw-r--r-- | include/asm-sh/hs7751rvoip/hs7751rvoip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/hs7751rvoip/hs7751rvoip.h b/include/asm-sh/hs7751rvoip/hs7751rvoip.h index 857cc2ebbc69..69faf0171473 100644 --- a/include/asm-sh/hs7751rvoip/hs7751rvoip.h +++ b/include/asm-sh/hs7751rvoip/hs7751rvoip.h | |||
@@ -44,6 +44,9 @@ | |||
44 | #define IRQ_RINGING 4 /* Ringing IRQ */ | 44 | #define IRQ_RINGING 4 /* Ringing IRQ */ |
45 | #define IRQ_CODEC 5 /* CODEC IRQ */ | 45 | #define IRQ_CODEC 5 /* CODEC IRQ */ |
46 | 46 | ||
47 | #define __IO_PREFIX hs7751rvoip | ||
48 | #include <asm/io_generic.h> | ||
49 | |||
47 | /* arch/sh/boards/renesas/hs7751rvoip/irq.c */ | 50 | /* arch/sh/boards/renesas/hs7751rvoip/irq.c */ |
48 | void init_hs7751rvoip_IRQ(void); | 51 | void init_hs7751rvoip_IRQ(void); |
49 | 52 | ||