From: Komal Shah Date: Fri, 29 Sep 2006 08:59:15 +0000 (-0700) Subject: [PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f1b7c5f459b21feba80f96415429ff2570d63e4d;p=linux-edison.git [PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board Add smc91x support for TI OMAP2420 H4 EVM board. Cc: Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index c660e33f43a..fedd1a37bc3 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -195,6 +195,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) #define SMC_IRQ_FLAGS (( \ machine_is_omap_h2() \ || machine_is_omap_h3() \ + || machine_is_omap_h4() \ || (machine_is_omap_innovator() && !cpu_is_omap1510()) \ ) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING)