diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-common/ints-priority.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index 11c05f3e178b..7ad8878bfa18 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
@@ -252,11 +252,6 @@ int bfin_internal_set_wake(unsigned int irq, unsigned int state) | |||
252 | wakeup |= USBWE; | 252 | wakeup |= USBWE; |
253 | break; | 253 | break; |
254 | #endif | 254 | #endif |
255 | #ifdef IRQ_KEY | ||
256 | case IRQ_KEY: | ||
257 | wakeup |= KPADWE; | ||
258 | break; | ||
259 | #endif | ||
260 | #ifdef CONFIG_BF54x | 255 | #ifdef CONFIG_BF54x |
261 | case IRQ_CNT: | 256 | case IRQ_CNT: |
262 | wakeup |= ROTWE; | 257 | wakeup |= ROTWE; |