diff options
-rw-r--r-- | arch/blackfin/mach-common/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index f48a6aebb49b..bce5a84be49f 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
@@ -287,7 +287,7 @@ int bfin_pm_suspend_mem_enter(void) | |||
287 | static int bfin_pm_valid(suspend_state_t state) | 287 | static int bfin_pm_valid(suspend_state_t state) |
288 | { | 288 | { |
289 | return (state == PM_SUSPEND_STANDBY | 289 | return (state == PM_SUSPEND_STANDBY |
290 | #ifndef BF533_FAMILY | 290 | #if !(defined(BF533_FAMILY) || defined(CONFIG_BF561)) |
291 | /* | 291 | /* |
292 | * On BF533/2/1: | 292 | * On BF533/2/1: |
293 | * If we enter Hibernate the SCKE Pin is driven Low, | 293 | * If we enter Hibernate the SCKE Pin is driven Low, |