Commit 30fc7ebe authored by Paul Bolle's avatar Paul Bolle Committed by Steven Miao

blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
parent 455c6fdb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment