mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 03:47:43 +00:00
blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Steven Miao <realmz6@gmail.com>
This commit is contained in:
parent
455c6fdbd2
commit
30fc7ebe84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user