score: make irq.h definitions local
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:22:00 +0000 (15:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:22:00 +0000 (15:22 +0200)
Some internal definitions of the interrupt controller are
only needed in irq.c, so move them out of the global irq.h
header. Also add proper __iomem annotations for sparse.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found