diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-20 06:35:21 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 12:42:38 -0700 |
commit | b42814557fd5a9cc943dbe326b99dd104af23195 (patch) | |
tree | 8b3e53d012757bea3eb916d97e7e0a5350fc084d /arch/arm/mach-omap2/devices.c | |
parent | 4e37d32fef08e83de330bd8dda2c50aa7db7361a (diff) | |
download | linux-rt-b42814557fd5a9cc943dbe326b99dd104af23195.tar.gz |
ARM: OMAP2+: Remove legacy hwmod mux code
This is no longer needed when booted with device tree.
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 60a20f3b44de..3fdb94599184 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -30,7 +30,6 @@ #include "soc.h" #include "common.h" -#include "mux.h" #include "control.h" #include "display.h" |