|
|
@@ -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 },
|