From a615fc221e08e2a0fccc1a953775f4eb0b4ea144 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 18 May 2005 16:52:05 -0700 Subject: [PATCH] ARM: OMAP: Fixed typo in smc91x.h Fixed typo in smc91x.h. --- drivers/net/smc91x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.41.1