|
@@ -871,12 +871,14 @@ static void __devexit tpci200_pci_remove(struct pci_dev *dev)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static struct pci_device_id tpci200_idtable[2] = {
|
|
|
+static DEFINE_PCI_DEVICE_TABLE(tpci200_idtable) = {
|
|
|
{ TPCI200_VENDOR_ID, TPCI200_DEVICE_ID, TPCI200_SUBVENDOR_ID,
|
|
|
TPCI200_SUBDEVICE_ID },
|
|
|
{ 0, },
|
|
|
};
|
|
|
|
|
|
+MODULE_DEVICE_TABLE(pci, tpci200_idtable);
|
|
|
+
|
|
|
static struct pci_driver tpci200_pci_drv = {
|
|
|
.name = "tpci200",
|
|
|
.id_table = tpci200_idtable,
|