Commit 0fa4c391 authored by Paul Mundt's avatar Paul Mundt

sh: edosk7705 evt2irq migration.

Migrate edosk7705 to evt2irq() backed hwirq lookups.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 85ee6b06
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/smc91x.h> #include <linux/smc91x.h>
#include <linux/sh_intc.h>
#include <asm/machvec.h> #include <asm/machvec.h>
#include <asm/sizes.h> #include <asm/sizes.h>
...@@ -20,7 +21,7 @@ ...@@ -20,7 +21,7 @@
#define SMC_IO_OFFSET 0x300 #define SMC_IO_OFFSET 0x300
#define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) #define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET)
#define ETHERNET_IRQ 0x09 #define ETHERNET_IRQ evt2irq(0x320)
static void __init sh_edosk7705_init_irq(void) static void __init sh_edosk7705_init_irq(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment