Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9eaaa97 authored by Kristoffer Ericson's avatar Kristoffer Ericson Committed by Paul Mundt
Browse files

sh: hp6xx: Update CF IRQ for INTC changes.



The vector changed, so follow the INTC changes for the new vector.

Signed-off-by: default avatarKristoffer Ericson <Kristoffer.Ericson@gmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4f247e84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ static struct resource cf_ide_resources[] = {
		.flags = IORESOURCE_MEM,
	},
	[2] = {
		.start = 93,
		.start = 77,
		.flags = IORESOURCE_IRQ,
	},
};