diff options
Diffstat (limited to 'drivers/ptp')
-rw-r--r-- | drivers/ptp/ptp_pch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ptp/ptp_pch.c b/drivers/ptp/ptp_pch.c index 90a106308c4f..255487272859 100644 --- a/drivers/ptp/ptp_pch.c +++ b/drivers/ptp/ptp_pch.c | |||
@@ -691,7 +691,7 @@ err_pci_en: | |||
691 | return ret; | 691 | return ret; |
692 | } | 692 | } |
693 | 693 | ||
694 | static DEFINE_PCI_DEVICE_TABLE(pch_ieee1588_pcidev_id) = { | 694 | static const struct pci_device_id pch_ieee1588_pcidev_id[] = { |
695 | { | 695 | { |
696 | .vendor = PCI_VENDOR_ID_INTEL, | 696 | .vendor = PCI_VENDOR_ID_INTEL, |
697 | .device = PCI_DEVICE_ID_PCH_1588 | 697 | .device = PCI_DEVICE_ID_PCH_1588 |