commit | c9d8230e316abb6a480f6bda85edf859896e9ab6 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Jul 05 16:31:40 2010 +0300 |
committer | Tony Lindgren <tony@atomide.com> | Mon Jul 05 16:31:40 2010 +0300 |
tree | 0af70508306cfb3d4fc9711034203810488cf41d | |
parent | f99bf16d70d8a33e5274e429f2b1d71457d06a06 [diff] [blame] |
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>
diff --git a/arch/arm/plat-omap/mux.c b/arch/arm/plat-omap/mux.c index 0670363..0d4aa0d 100644 --- a/arch/arm/plat-omap/mux.c +++ b/arch/arm/plat-omap/mux.c
@@ -54,7 +54,7 @@ { struct pin_config *reg; - if (cpu_is_omap34xx() || cpu_is_omap44xx()) { + if (!cpu_class_is_omap1()) { printk(KERN_ERR "mux: Broken omap_cfg_reg(%lu) entry\n", index); WARN_ON(1);