]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed typo in smc91x.h
authorTony Lindgren <tony@atomide.com>
Wed, 18 May 2005 23:52:05 +0000 (16:52 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 18 May 2005 23:52:05 +0000 (16:52 -0700)
Fixed typo in smc91x.h.

drivers/net/smc91x.h

index 61f3ff9b97558fad6f35f7ae915964065b15cec7..8f85dd19875e081a8e89879702142ae51b190a47 100644 (file)
@@ -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)