diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 15:31:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 15:31:40 +0200 |
commit | c9d8230e316abb6a480f6bda85edf859896e9ab6 (patch) | |
tree | 0af70508306cfb3d4fc9711034203810488cf41d /arch/arm/mach-omap2/pm24xx.c | |
parent | omap: mux: Convert 2420 platform init code to use new mux code (diff) | |
download | linux-c9d8230e316abb6a480f6bda85edf859896e9ab6.tar.xz linux-c9d8230e316abb6a480f6bda85edf859896e9ab6.zip |
omap: mux: Remove old mux code
All mach-omap2 omaps should now use the new mux code.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm24xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm24xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c index e321281ab6e1..6aeedeacdad8 100644 --- a/arch/arm/mach-omap2/pm24xx.c +++ b/arch/arm/mach-omap2/pm24xx.c @@ -39,7 +39,6 @@ #include <plat/clock.h> #include <plat/sram.h> #include <plat/control.h> -#include <plat/mux.h> #include <plat/dma.h> #include <plat/board.h> |