]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/plat-omap/mux.c
omap: mux: Remove old mux code
[mv-sheeva.git] / arch / arm / plat-omap / mux.c
index 06703635ace15672b7d82f3fad9e4a032dc2afaa..0d4aa0d5876c0360d51b76ed7f827c2339a8fd4f 100644 (file)
@@ -54,7 +54,7 @@ int __init_or_module omap_cfg_reg(const unsigned long index)
 {
        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);