From: Kristoffer Ericson Date: Tue, 11 Sep 2007 03:51:02 +0000 (+0900) Subject: sh: hp6xx: Update CF IRQ for INTC changes. X-Git-Tag: v2.6.24-rc1~1377^2~59 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c9eaaa9763702bdeac5ac5f790dcebafbada44bb;p=linux-2.6-omap-h63xx.git sh: hp6xx: Update CF IRQ for INTC changes. The vector changed, so follow the INTC changes for the new vector. Signed-off-by: Kristoffer Ericson Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/hp6xx/setup.c b/arch/sh/boards/hp6xx/setup.c index 7ae708930ba..ac527a87088 100644 --- a/arch/sh/boards/hp6xx/setup.c +++ b/arch/sh/boards/hp6xx/setup.c @@ -34,7 +34,7 @@ static struct resource cf_ide_resources[] = { .flags = IORESOURCE_MEM, }, [2] = { - .start = 93, + .start = 77, .flags = IORESOURCE_IRQ, }, };