diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-20 15:42:19 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 20:42:49 +0100 |
commit | e9f5f1e456084fc3a2611b3a40ef8b036b2961cb (patch) | |
tree | cf281671b277f4b004dd3f40d7e7434f4bc53b1a /arch/arm/mach-omap2/common.h | |
parent | ARM: OMAP2+: Remove legacy hwmod mux code (diff) | |
download | linux-e9f5f1e456084fc3a2611b3a40ef8b036b2961cb.tar.xz linux-e9f5f1e456084fc3a2611b3a40ef8b036b2961cb.zip |
ARM: OMAP2+: Remove legacy mux code
All the boards booting with device tree use
drivers/pinctrl-single.c instead.
Note that mach-omap1 is still using the legacy mux,
so let's move the related Kconfig options from plat-omap
to mach-omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index deed42e1dd9c..4aec2723ece7 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -77,15 +77,6 @@ static inline int omap4_pm_init_early(void) } #endif -#ifdef CONFIG_OMAP_MUX -int omap_mux_late_init(void); -#else -static inline int omap_mux_late_init(void) -{ - return 0; -} -#endif - extern void omap2_init_common_infrastructure(void); extern void omap_init_time(void); |