From: Guennadi Liakhovetski Date: Wed, 27 Jun 2012 09:26:34 +0000 (+0200) Subject: sh: kfr2r09: fix compile breakage X-Git-Tag: v3.5-rc5~16^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc404e9128dd69654f5fda6320fc6af4ee94474c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git sh: kfr2r09: fix compile breakage Fix compile breakage caused by commit aa82f9fcd0062782dcbe29a2c820ba7c04dbe572 Author: Paul Mundt sh: kfr2r09 evt2irq migration. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index 158c917..43a179c 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c @@ -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, }, };