diff options
author | Tony Lindgren <tony@atomide.com> | 2009-12-11 16:16:33 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-12-11 16:16:33 -0800 |
commit | 15f45e6f27b0ef0719171978acadf073b066fb74 (patch) | |
tree | ade2c84bbfca7c3f41acf56330ef8c171649defb /arch/arm/mach-omap2/io.c | |
parent | 4896e3940a063fb03195d05806d28970dc3f102b (diff) | |
download | blackbird-obmc-linux-15f45e6f27b0ef0719171978acadf073b066fb74.tar.gz blackbird-obmc-linux-15f45e6f27b0ef0719171978acadf073b066fb74.zip |
omap: mux: Remove old mux code for 34xx
Remove old mux code for 34xx
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index ac9ea6007f27..a8749e8017b9 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -33,6 +33,7 @@ #include <plat/sdrc.h> #include <plat/gpmc.h> #include <plat/serial.h> +#include <plat/mux.h> #include <plat/vram.h> #include "clock.h" |