ARM: at91: code removal of CAP9 SoC
[deliverable/linux.git] / arch / arm / mach-at91 / pm.c
index 1606379ac28462dd33f31ba8e0756a9d6ec4d21a..87be5aa187534c00d8fc2099924b8d2c078a7a02 100644 (file)
@@ -150,11 +150,6 @@ static int at91_pm_verify_clocks(void)
                        pr_err("AT91: PM - Suspend-to-RAM with USB still active\n");
                        return 0;
                }
-       } else if (cpu_is_at91cap9()) {
-               if ((scsr & AT91CAP9_PMC_UHP) != 0) {
-                       pr_err("AT91: PM - Suspend-to-RAM with USB still active\n");
-                       return 0;
-               }
        }
 
 #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS
This page took 0.024116 seconds and 5 git commands to generate.