From: Tony Lindgren Date: Fri, 30 Sep 2005 08:37:43 +0000 (+0300) Subject: ARM: OMAP: Set smc91x irqtype for H4 X-Git-Tag: v2.6.15-omap2~193 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0ac5bc1d7a742fe88a16cf3fd9f618691db9d901;p=linux-2.6-omap-h63xx.git ARM: OMAP: Set smc91x irqtype for H4 Set smc91x irqtype for H4 --- diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index ac9ce6509ee..20e9f2d1b6b 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -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)