Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: sdk7780 evt2irq migration.

Migrate sdk7780 to evt2irq backed hwirq lookups.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+3 -2
+3 -2
arch/sh/include/mach-common/mach/sdk7780.h
··· 11 11 * License. See the file "COPYING" in the main directory of this archive 12 12 * for more details. 13 13 */ 14 + #include <linux/sh_intc.h> 14 15 #include <asm/addrspace.h> 15 16 16 17 /* Box specific addresses. */ ··· 68 67 69 68 #define SDK7780_NR_IRL 15 70 69 /* IDE/ATA interrupt */ 71 - #define IRQ_CFCARD 14 70 + #define IRQ_CFCARD evt2irq(0x3c0) 72 71 /* SMC interrupt */ 73 - #define IRQ_ETHERNET 6 72 + #define IRQ_ETHERNET evt2irq(0x2c0) 74 73 75 74 76 75 /* arch/sh/boards/renesas/sdk7780/irq.c */