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)
commit9b05706a744da939655525eeeae23f1989b434ce
treef1ec0b10bd6c402e47d992ff44fb2c8289d31931
parentc6067472252c1d6155c7c01c93e0d580342cdb29
score: make irq.h definitions local

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>
arch/score/include/asm/irq.h
arch/score/kernel/irq.c