]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/amd8111e.c
[netdrvr] Remove long-unused bits from Becker template drivers
[linux-2.6-omap-h63xx.git] / drivers / net / amd8111e.c
old mode 100755 (executable)
new mode 100644 (file)
index 8618012..d9ba8be
@@ -1290,7 +1290,7 @@ static irqreturn_t amd8111e_interrupt(int irq, void *dev_id, struct pt_regs *reg
        writel(intr0, mmio + INT0);
 
        /* Check if Receive Interrupt has occurred. */
-#if CONFIG_AMD8111E_NAPI
+#ifdef CONFIG_AMD8111E_NAPI
        if(intr0 & RINT0){
                if(netif_rx_schedule_prep(dev)){
                        /* Disable receive interupts */