diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-20 15:35:21 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 20:42:38 +0100 |
commit | b42814557fd5a9cc943dbe326b99dd104af23195 (patch) | |
tree | 8b3e53d012757bea3eb916d97e7e0a5350fc084d /arch/arm/mach-omap2/devices.c | |
parent | ARM: OMAP2+: Remove legacy usb-musb.c platform init code (diff) | |
download | linux-b42814557fd5a9cc943dbe326b99dd104af23195.tar.xz linux-b42814557fd5a9cc943dbe326b99dd104af23195.zip |
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" |