]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Set smc91x irqtype for H4
authorTony Lindgren <tony@atomide.com>
Fri, 30 Sep 2005 08:37:43 +0000 (11:37 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 30 Sep 2005 08:37:43 +0000 (11:37 +0300)
Set smc91x irqtype for H4

drivers/net/smc91x.h

index ac9ce6509eee78af13c014d184b27bb0f5922e64..20e9f2d1b6b4b2192db9200c188979cf4e682df4 100644 (file)
@@ -188,6 +188,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
 #define        SMC_IRQ_TRIGGER_TYPE (( \
                   machine_is_omap_h2() \
                || machine_is_omap_h3() \
+               || machine_is_omap_h4() \
                || (machine_is_omap_innovator() && !cpu_is_omap1510()) \
        ) ? IRQT_FALLING : IRQT_RISING)