mirror of https://gitee.com/openkylin/linux.git
qlcnic: 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: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0c2dc318e8
commit
6a902881cc
|
@ -102,7 +102,7 @@ static void qlcnic_config_indev_addr(struct net_device *dev, unsigned long);
|
|||
|
||||
#define PCI_DEVICE_ID_QLOGIC_QLE824X 0x8020
|
||||
|
||||
static const struct pci_device_id qlcnic_pci_tbl[] __devinitdata = {
|
||||
static DEFINE_PCI_DEVICE_TABLE(qlcnic_pci_tbl) = {
|
||||
ENTRY(PCI_DEVICE_ID_QLOGIC_QLE824X),
|
||||
{0,}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue