mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
acenic: SET_NETDEV_DEV is always there these days
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>
This commit is contained in:
parent
bf0dcbd929
commit
8f036c04a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user