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

Commit a8149170 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] OMAP: Fix 2430 SMC91x ethernet IRQ



Taken from omap 97b705ad835f1481270c4b67b402d6e37fa8ad15:
  ARM: OMAP: Misc compile fixes after syncing with mainline

  Also fix 2430 smc91x to use IRQ_LOWLEVEL.

  Signed-off-by: default avatarTony Lindgren <tony@atomide.com>

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9c2d0157
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ static struct resource sdp2430_smc91x_resources[] = {
	[1] = {
	[1] = {
		.start	= OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ),
		.start	= OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ),
		.end	= OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ),
		.end	= OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ),
		.flags	= IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
		.flags	= IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
	},
	},
};
};