|
@@ -310,7 +310,7 @@ static int bt8xxgpio_resume(struct pci_dev *pdev)
|
|
|
#define bt8xxgpio_resume NULL
|
|
|
#endif /* CONFIG_PM */
|
|
|
|
|
|
-static struct pci_device_id bt8xxgpio_pci_tbl[] = {
|
|
|
+static DEFINE_PCI_DEVICE_TABLE(bt8xxgpio_pci_tbl) = {
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT848) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT849) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT878) },
|