e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLE
Signed-off-by: Dave Ertman <davidx.m.ertman@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Родитель
b56083ea69
Коммит
0e8e842b81
|
@ -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 },
|
||||
|
|
Загрузка…
Ссылка в новой задаче