diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 23:35:43 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 23:35:43 -0400 |
commit | 61dc6eaeef87048af351c04fd0046a6e3f96f94f (patch) | |
tree | 72543a9d702d5e6bc4aea3b8bd053f0569c7b535 /arch/sh/include | |
parent | 0835f127e589f3a946add6a1f508e9402af8e70c (diff) |
sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/mach-common/mach/highlander.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/include/mach-common/mach/highlander.h b/arch/sh/include/mach-common/mach/highlander.h index 306f7359f7d4..bd26a848cb0b 100644 --- a/arch/sh/include/mach-common/mach/highlander.h +++ b/arch/sh/include/mach-common/mach/highlander.h | |||
@@ -195,4 +195,10 @@ | |||
195 | 195 | ||
196 | unsigned char *highlander_plat_irq_setup(void); | 196 | unsigned char *highlander_plat_irq_setup(void); |
197 | 197 | ||
198 | #ifdef CONFIG_SH_R7785RP | ||
199 | void highlander_plat_pinmux_setup(void); | ||
200 | #else | ||
201 | #define highlander_plat_pinmux_setup() do { } while (0) | ||
202 | #endif | ||
203 | |||
198 | #endif /* __ASM_SH_RENESAS_R7780RP */ | 204 | #endif /* __ASM_SH_RENESAS_R7780RP */ |