Skip to content

Commit

Permalink
acenic: SET_NETDEV_DEV is always there these days
Browse files Browse the repository at this point in the history
acenic: SET_NETDEV_DEV is always there these days

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Geert Uytterhoeven authored and Jeff Garzik committed Jul 9, 2007
1 parent bf0dcbd commit 8f036c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/acenic.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ static struct pci_device_id acenic_pci_tbl[] = {
};
MODULE_DEVICE_TABLE(pci, acenic_pci_tbl);

#ifndef SET_NETDEV_DEV
#define SET_NETDEV_DEV(net, pdev) do{} while(0)
#endif

#define ace_sync_irq(irq) synchronize_irq(irq)

#ifndef offset_in_page
Expand Down

0 comments on commit 8f036c0

Please sign in to comment.