diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-23 12:35:43 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-23 12:35:43 +0900 |
commit | 61dc6eaeef87048af351c04fd0046a6e3f96f94f (patch) | |
tree | 72543a9d702d5e6bc4aea3b8bd053f0569c7b535 /arch/sh/include/mach-common | |
parent | 0835f127e589f3a946add6a1f508e9402af8e70c (diff) | |
download | blackbird-op-linux-61dc6eaeef87048af351c04fd0046a6e3f96f94f.tar.gz blackbird-op-linux-61dc6eaeef87048af351c04fd0046a6e3f96f94f.zip |
sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-common')
-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 @@ unsigned char *highlander_plat_irq_setup(void); +#ifdef CONFIG_SH_R7785RP +void highlander_plat_pinmux_setup(void); +#else +#define highlander_plat_pinmux_setup() do { } while (0) +#endif + #endif /* __ASM_SH_RENESAS_R7780RP */ |