diff options
author | Tony Lindgren <tony@atomide.com> | 2013-11-25 15:17:12 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-25 15:31:18 -0800 |
commit | d6db0e7fa1de9559e09c141367740ecd97eb2fe6 (patch) | |
tree | 7987a3c9ce85f5ae75f9f2a1c2bf0bb968b45cbd /arch/arm/mach-omap2/Makefile | |
parent | 23324cc902da3b7c63fbedb150caaa99bae3061a (diff) | |
download | lwn-d6db0e7fa1de9559e09c141367740ecd97eb2fe6.tar.gz lwn-d6db0e7fa1de9559e09c141367740ecd97eb2fe6.zip |
ARM: OMAP2+: Remove legacy mux code for omap2
This is no longer needed as pins can be muxed using
pinctrl-single.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index e0b5429f7e5f..f78b177e8f4f 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -66,8 +66,6 @@ obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o # Pin multiplexing -obj-$(CONFIG_SOC_OMAP2420) += mux2420.o -obj-$(CONFIG_SOC_OMAP2430) += mux2430.o obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o # SMS/SDRC |