From: Tony Lindgren Date: Wed, 18 May 2005 23:52:05 +0000 (-0700) Subject: ARM: OMAP: Fixed typo in smc91x.h X-Git-Tag: v2.6.13-omap1~144 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a615fc221e08e2a0fccc1a953775f4eb0b4ea144;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fixed typo in smc91x.h Fixed typo in smc91x.h. --- diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 61f3ff9b975..8f85dd19875 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -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)