Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Michael Hennerich
2008-08-28 17:32:01 +08:00
committed by Bryan Wu
parent 226a6ec311
commit d310fb4bb7
2 changed files with 89 additions and 98 deletions

View File

@@ -216,7 +216,7 @@ int bfin_internal_set_wake(unsigned int irq, unsigned int state)
wakeup |= KPADWE;
break;
#endif
#ifdef IRQ_CNT
#ifdef CONFIG_BF54x
case IRQ_CNT:
wakeup |= ROTWE;
break;