ARM: clps711x: Cleanup IRQ handling
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 15 May 2012 17:55:01 +0000 (21:55 +0400)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 May 2012 19:20:59 +0000 (21:20 +0200)
This patch contains two changes:
- Removed unused definitions from mach/irqs.h
- Do not mask interrupts in ack procedure, because we have separate
  intX_mask procedure for do it and actually these 2 functions are
  called sequentially

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found