drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Use DEFINE_PCI_DEVICE_TABLE() so we get place PCI ids table into correct section in every case. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
108316c1bd
commit
a3aa18842a
118 changed files with 118 additions and 118 deletions
|
@ -5325,7 +5325,7 @@ static struct pci_error_handlers e1000_err_handler = {
|
|||
.resume = e1000_io_resume,
|
||||
};
|
||||
|
||||
static struct pci_device_id e1000_pci_tbl[] = {
|
||||
static DEFINE_PCI_DEVICE_TABLE(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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue