diff options
Diffstat (limited to 'drivers/net/ne2k-pci.c')
-rw-r--r-- | drivers/net/ne2k-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ne2k-pci.c b/drivers/net/ne2k-pci.c index 85aec4f10131..3c333cb5d34e 100644 --- a/drivers/net/ne2k-pci.c +++ b/drivers/net/ne2k-pci.c | |||
@@ -631,7 +631,6 @@ static void ne2k_pci_block_output(struct net_device *dev, int count, | |||
631 | 631 | ||
632 | outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ | 632 | outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ |
633 | ei_status.dmaing &= ~0x01; | 633 | ei_status.dmaing &= ~0x01; |
634 | return; | ||
635 | } | 634 | } |
636 | 635 | ||
637 | static void ne2k_pci_get_drvinfo(struct net_device *dev, | 636 | static void ne2k_pci_get_drvinfo(struct net_device *dev, |