Commit 8f036c04 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jeff Garzik

acenic: SET_NETDEV_DEV is always there these days

acenic: SET_NETDEV_DEV is always there these days
Signed-off-by: default avatarGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent bf0dcbd9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment