blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
[linux-2.6-microblaze.git] / arch / blackfin / mach-bf609 / pm.c
index ad505d9..0cdd695 100644 (file)
@@ -210,7 +210,7 @@ void bf609_cpu_pm_enter(suspend_state_t state)
 
 #ifdef CONFIG_PM_BFIN_WAKE_PB15
        wakeup |= PB15WE;
-# if CONFIG_PM_BFIN_WAKE_PA15_POL
+# if CONFIG_PM_BFIN_WAKE_PB15_POL
        wakeup_pol |= PB15WE;
 # endif
 #endif