From nobody Mon Sep 17 00:00:00 2001 From: Komal Shah Date: Tue, 20 Jun 2006 01:22:13 +0530 Subject: [PATCH] Add smc91x support for TI OMAP2420 H4 board. Signed-off-by: Komal Shah --- drivers/net/smc91x.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 2adf5b69cc1ed4a51695f490903fed2c9fe58048 diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 4ec4b4d..00ace8a 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -206,6 +206,7 @@ #include #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) -- 1.3.3