From: Kristoffer Ericson Date: Tue, 11 Sep 2007 03:51:02 +0000 (+0900) Subject: sh: hp6xx: Update CF IRQ for INTC changes. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c9eaaa9763702bdeac5ac5f790dcebafbada44bb;p=openwrt%2Fstaging%2Fblogic.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 7ae708930bac..ac527a870884 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, }, };