diff options
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 */ |