diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 00:56:28 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 00:56:28 -0400 |
commit | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch) | |
tree | 9665b58f9ca86cf577b308a29b9beb4d544fb200 /include | |
parent | 7e27b9b720e74f471f0f0880c56578d07206c0af (diff) |
sh: HS7751RVoIP board updates.
Various cleanups for HS7751RVoIP. Mostly just getting
rid of the old mach.c and splitting codec configuration
in to its own Kconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sh/hs7751rvoip/hs7751rvoip.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/hs7751rvoip/hs7751rvoip.h b/include/asm-sh/hs7751rvoip/hs7751rvoip.h index 5f995f937a44..857cc2ebbc69 100644 --- a/include/asm-sh/hs7751rvoip/hs7751rvoip.h +++ b/include/asm-sh/hs7751rvoip/hs7751rvoip.h | |||
@@ -44,4 +44,10 @@ | |||
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 | /* arch/sh/boards/renesas/hs7751rvoip/irq.c */ | ||
48 | void init_hs7751rvoip_IRQ(void); | ||
49 | |||
50 | /* arch/sh/boards/renesas/hs7751rvoip/io.c */ | ||
51 | void *hs7751rvoip_ioremap(unsigned long, unsigned long); | ||
52 | |||
47 | #endif /* __ASM_SH_RENESAS_HS7751RVOIP */ | 53 | #endif /* __ASM_SH_RENESAS_HS7751RVOIP */ |