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

Commit 0e8e842b authored by David Ertman's avatar David Ertman Committed by Jeff Kirsher
Browse files

e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLE

parent b56083ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7039,7 +7039,7 @@ static const struct pci_error_handlers e1000_err_handler = {
	.resume = e1000_io_resume,
};

static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = {
static const struct pci_device_id e1000_pci_tbl[] = {
	{ PCI_VDEVICE(INTEL, E1000_DEV_ID_82571EB_COPPER), board_82571 },
	{ PCI_VDEVICE(INTEL, E1000_DEV_ID_82571EB_FIBER), board_82571 },
	{ PCI_VDEVICE(INTEL, E1000_DEV_ID_82571EB_QUAD_COPPER), board_82571 },