Commit a615fc22 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fixed typo in smc91x.h

Fixed typo in smc91x.h.
parent cb363b93
......@@ -188,7 +188,7 @@ SMC_outw(u16 val, unsigned long ioaddr, int reg)
#define IRQ_TRIGGER_TYPE (( \
machine_is_omap_h2() \
|| machine_is_omap_h3() \
|| (machine_is_omap_innovator() && !cpu_is_omap150()) \
|| (machine_is_omap_innovator() && !cpu_is_omap1510()) \
) ? IRQT_FALLING : IRQT_RISING)
......
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