Commit 95d8ebc8 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix H4 compile

Fixed H4 compile as noted by Komal Shah.
parent e697a5d0
......@@ -69,8 +69,8 @@ static inline void __init h4_init_smc91x(void)
OMAP24XX_ETHR_GPIO_IRQ);
return;
}
omap_set_gpio_triggering(OMAP24XX_ETHR_GPIO_IRQ,
OMAP_GPIO_FALLING_EDGE);
set_irq_type(OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ),
IRQT_FALLING);
/* Set pin M15 to mux mode 3 -> GPIO#92, disable PU/PD */
/* FIXME: change this using omap2 mux api when it's ready */
l = __raw_readl(0xd8000000 + 0x108);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment