summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-common/mach/highlander.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/mach-common/mach/highlander.h')
-rw-r--r--arch/sh/include/mach-common/mach/highlander.h6
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 */