sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2008-10-23 12:35:43 +09:00
parent 0835f127e5
commit 61dc6eaeef
5 changed files with 34 additions and 5 deletions

View File

@@ -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 */