diff options
author | Tony Lindgren <tony@atomide.com> | 2013-11-26 03:17:12 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-26 03:31:18 +0400 |
commit | d6db0e7fa1de9559e09c141367740ecd97eb2fe6 (patch) | |
tree | 7987a3c9ce85f5ae75f9f2a1c2bf0bb968b45cbd /arch/arm/mach-omap2/mux.h | |
parent | 23324cc902da3b7c63fbedb150caaa99bae3061a (diff) | |
download | linux-d6db0e7fa1de9559e09c141367740ecd97eb2fe6.tar.xz |
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/mux.h')
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index 16f78a990d04..a722330d4d53 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -7,8 +7,6 @@ * published by the Free Software Foundation. */ -#include "mux2420.h" -#include "mux2430.h" #include "mux34xx.h" #define OMAP_MUX_TERMINATOR 0xffff |