sh: hp6xx: Update CF IRQ for INTC changes.
authorKristoffer Ericson <Kristoffer.Ericson@gmail.com>
Tue, 11 Sep 2007 03:51:02 +0000 (12:51 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:53 +0000 (11:57 +0900)
The vector changed, so follow the INTC changes for the new vector.

Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/hp6xx/setup.c

index 7ae7089..ac527a8 100644 (file)
@@ -34,7 +34,7 @@ static struct resource cf_ide_resources[] = {
                .flags = IORESOURCE_MEM,
        },
        [2] = {
-               .start = 93,
+               .start = 77,
                .flags = IORESOURCE_IRQ,
        },
 };