]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/smc91x.h
[PATCH] fix wrong error code on interrupted close syscalls
[mv-sheeva.git] / drivers / net / smc91x.h
index c660e33f43a2e35bbc7723ced259629bd740936f..fedd1a37bc3e71fa631ea9ebb39b97d1e0cf6e15 100644 (file)
@@ -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)