linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / cris / eth_v10.c
index 0eb1f87..64105e4 100644 (file)
  *
  */
 
+#include <linux/config.h>
 
 #include <linux/module.h>
 
@@ -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;
        }