Merge branch 'sh/dynamic-irq-cleanup' into sh-latest
[linux-2.6-block.git] / arch / sh / boards / mach-se / 7722 / setup.c
index 2ec0111fdf9b5854a13dbb12860d36a6f4d99806..e04e2bc4698481374b2e6c16f9580d70021e9382 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/input/sh_keysc.h>
 #include <linux/irqdomain.h>
 #include <linux/smc91x.h>
+#include <linux/sh_intc.h>
 #include <mach-se/mach/se7722.h>
 #include <mach-se/mach/mrshpc.h>
 #include <asm/machvec.h>
@@ -116,7 +117,7 @@ static struct resource sh_keysc_resources[] = {
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
-               .start  = 79,
+               .start  = evt2irq(0xbe0),
                .flags  = IORESOURCE_IRQ,
        },
 };