aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ipack/carriers/tpci200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ipack/carriers/tpci200.c b/drivers/ipack/carriers/tpci200.c
index c276fde318e5..de5e32151a1e 100644
--- a/drivers/ipack/carriers/tpci200.c
+++ b/drivers/ipack/carriers/tpci200.c
@@ -618,7 +618,7 @@ static void tpci200_pci_remove(struct pci_dev *dev)
618 __tpci200_pci_remove(tpci200); 618 __tpci200_pci_remove(tpci200);
619} 619}
620 620
621static DEFINE_PCI_DEVICE_TABLE(tpci200_idtable) = { 621static const struct pci_device_id tpci200_idtable[] = {
622 { TPCI200_VENDOR_ID, TPCI200_DEVICE_ID, TPCI200_SUBVENDOR_ID, 622 { TPCI200_VENDOR_ID, TPCI200_DEVICE_ID, TPCI200_SUBVENDOR_ID,
623 TPCI200_SUBDEVICE_ID }, 623 TPCI200_SUBDEVICE_ID },
624 { 0, }, 624 { 0, },