X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fsmc91x.c;h=1438fdd20826487a0d8d0535143f484b1111a3be;hb=1cf296b66afeec2edc39cc7bbedbf3d0afd2a373;hp=cfb9d3cdb04a593713df0fabcf2f8359bdbc1b4d;hpb=be83668a253149d99085ca4afe6cd8dc8a43fcd0;p=linux-2.6 diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index cfb9d3cdb0..1438fdd208 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c @@ -1998,7 +1998,7 @@ static int __init smc_probe(struct net_device *dev, void __iomem *ioaddr) if (retval) goto err_out; - set_irq_type(dev->irq, IRQT_RISING); + set_irq_type(dev->irq, SMC_IRQ_TRIGGER_TYPE); #ifdef SMC_USE_PXA_DMA {