sh: sdk7780 evt2irq migration.

Migrate sdk7780 to evt2irq backed hwirq lookups.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2012-05-18 17:13:52 +09:00
parent 26819fcbea
commit d66bd5f147

View file

@ -11,6 +11,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * for more details.
*/ */
#include <linux/sh_intc.h>
#include <asm/addrspace.h> #include <asm/addrspace.h>
/* Box specific addresses. */ /* Box specific addresses. */
@ -67,9 +68,9 @@
#define SDK7780_NR_IRL 15 #define SDK7780_NR_IRL 15
/* IDE/ATA interrupt */ /* IDE/ATA interrupt */
#define IRQ_CFCARD 14 #define IRQ_CFCARD evt2irq(0x3c0)
/* SMC interrupt */ /* SMC interrupt */
#define IRQ_ETHERNET 6 #define IRQ_ETHERNET evt2irq(0x2c0)
/* arch/sh/boards/renesas/sdk7780/irq.c */ /* arch/sh/boards/renesas/sdk7780/irq.c */