diff options
Diffstat (limited to 'drivers/media/pci/sta2x11/sta2x11_vip.c')
-rw-r--r-- | drivers/media/pci/sta2x11/sta2x11_vip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/sta2x11/sta2x11_vip.c b/drivers/media/pci/sta2x11/sta2x11_vip.c index 77edc113e485..e5cfb6cfa18d 100644 --- a/drivers/media/pci/sta2x11/sta2x11_vip.c +++ b/drivers/media/pci/sta2x11/sta2x11_vip.c | |||
@@ -1303,7 +1303,7 @@ static int sta2x11_vip_resume(struct pci_dev *pdev) | |||
1303 | 1303 | ||
1304 | #endif | 1304 | #endif |
1305 | 1305 | ||
1306 | static DEFINE_PCI_DEVICE_TABLE(sta2x11_vip_pci_tbl) = { | 1306 | static const struct pci_device_id sta2x11_vip_pci_tbl[] = { |
1307 | {PCI_DEVICE(PCI_VENDOR_ID_STMICRO, PCI_DEVICE_ID_STMICRO_VIP)}, | 1307 | {PCI_DEVICE(PCI_VENDOR_ID_STMICRO, PCI_DEVICE_ID_STMICRO_VIP)}, |
1308 | {0,} | 1308 | {0,} |
1309 | }; | 1309 | }; |