X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fcris%2Feth_v10.c;fp=drivers%2Fnet%2Fcris%2Feth_v10.c;h=64105e4eaf31fec7aa643ff55338748fc05eb5ac;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=0eb1f8787ed740ddf72c9fc8e3f0c10e5f54e8c6;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index 0eb1f8787..64105e4ea 100644 --- a/drivers/net/cris/eth_v10.c +++ b/drivers/net/cris/eth_v10.c @@ -218,6 +218,7 @@ * */ +#include #include @@ -671,7 +672,7 @@ e100_open(struct net_device *dev) /* allocate the irq corresponding to the receiving DMA */ if (request_irq(NETWORK_DMA_RX_IRQ_NBR, e100rxtx_interrupt, - IRQF_SAMPLE_RANDOM, cardname, (void *)dev)) { + SA_SAMPLE_RANDOM, cardname, (void *)dev)) { goto grace_exit0; }