PCI: Constify hotplug pci_device_id structures
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 3 Aug 2017 23:20:17 +0000 (18:20 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 10 Aug 2017 20:21:42 +0000 (15:21 -0500)
commit8394264da2bc04a75d7d02071ae2ba6adbd46361
treee1ddef0f09fa8ba690ded83ef8590a99d0a53bd2
parent4bd3256c359d54643f9604fa267b292c006c266f
PCI: Constify hotplug pci_device_id structures

pci_device_id are not supposed to change at runtime. All functions working
with pci_device_id provided by <linux/pci.h> work with const pci_device_id.
So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
[bhelgaas: squash shpchp, ibmphp, bmphp_ebda, cpcihp_zt5550, cpqphp]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/cpcihp_zt5550.c
drivers/pci/hotplug/cpqphp_core.c
drivers/pci/hotplug/ibmphp_core.c
drivers/pci/hotplug/ibmphp_ebda.c
drivers/pci/hotplug/shpchp_core.c