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: firefly_0821_release~25993^2~59 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c9eaaa9763702bdeac5ac5f790dcebafbada44bb;p=firefly-linux-kernel-4.4.55.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, }, };