From 61dc6eaeef87048af351c04fd0046a6e3f96f94f Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 23 Oct 2008 12:35:43 +0900 Subject: sh: mach-highlander: Handle SCIF pinmuxing on R7785RP. Signed-off-by: Paul Mundt --- arch/sh/include/mach-common/mach/highlander.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/sh/include') diff --git a/arch/sh/include/mach-common/mach/highlander.h b/arch/sh/include/mach-common/mach/highlander.h index 306f735..bd26a84 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 */ -- cgit v1.1