diff options
author | Komal Shah <komal_shah802003@yahoo.com> | 2006-09-29 04:59:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:07 -0400 |
commit | f1b7c5f459b21feba80f96415429ff2570d63e4d (patch) | |
tree | dcfe4f9fe3c6584f13c8db3c394395020da725e7 /drivers | |
parent | c22f008ba226e2ff25ee1a56abd9c5fd355828fc (diff) |
[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board
Add smc91x support for TI OMAP2420 H4 EVM board.
Cc: <nico@cam.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/smc91x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index c660e33f43a2..fedd1a37bc3e 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -195,6 +195,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) | |||
195 | #define SMC_IRQ_FLAGS (( \ | 195 | #define SMC_IRQ_FLAGS (( \ |
196 | machine_is_omap_h2() \ | 196 | machine_is_omap_h2() \ |
197 | || machine_is_omap_h3() \ | 197 | || machine_is_omap_h3() \ |
198 | || machine_is_omap_h4() \ | ||
198 | || (machine_is_omap_innovator() && !cpu_is_omap1510()) \ | 199 | || (machine_is_omap_innovator() && !cpu_is_omap1510()) \ |
199 | ) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING) | 200 | ) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING) |
200 | 201 | ||