OSDN Git Service

Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linus
authorPaul Mundt <lethal@linux-sh.org>
Thu, 28 Jun 2012 07:46:13 +0000 (16:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 28 Jun 2012 07:46:13 +0000 (16:46 +0900)
arch/sh/boards/mach-kfr2r09/setup.c

index 158c917..43a179c 100644 (file)
@@ -201,8 +201,8 @@ static struct resource kfr2r09_usb0_gadget_resources[] = {
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
-               .start  = evtirq(0xa20),
-               .end    = evtirq(0xa20),
+               .start  = evt2irq(0xa20),
+               .end    = evt2irq(0xa20),
                .flags  = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
        },
 };