Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -159,10 +159,6 @@ static struct pci_device_id acenic_pci_tbl[] = {
};
};
MODULE_DEVICE_TABLE(pci, 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)
#define ace_sync_irq(irq)	synchronize_irq(irq)


#ifndef offset_in_page
#ifndef offset_in_page