summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/cpqphp_core.c
diff options
context:
space:
mode:
authorArvind Yadav2017-08-04 01:20:17 +0200
committerBjorn Helgaas2017-08-10 22:21:42 +0200
commit8394264da2bc04a75d7d02071ae2ba6adbd46361 (patch)
treee1ddef0f09fa8ba690ded83ef8590a99d0a53bd2 /drivers/pci/hotplug/cpqphp_core.c
parentPCI: Constify hotplug attribute_group structures (diff)
downloadkernel-qcow2-linux-8394264da2bc04a75d7d02071ae2ba6adbd46361.tar.gz
kernel-qcow2-linux-8394264da2bc04a75d7d02071ae2ba6adbd46361.tar.xz
kernel-qcow2-linux-8394264da2bc04a75d7d02071ae2ba6adbd46361.zip
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>
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_core.c')
-rw-r--r--drivers/pci/hotplug/cpqphp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c
index 33d300d12411..4d06b8461255 100644
--- a/drivers/pci/hotplug/cpqphp_core.c
+++ b/drivers/pci/hotplug/cpqphp_core.c
@@ -1417,7 +1417,7 @@ static void __exit unload_cpqphpd(void)
iounmap(smbios_start);
}
-static struct pci_device_id hpcd_pci_tbl[] = {
+static const struct pci_device_id hpcd_pci_tbl[] = {
{
/* handle any PCI Hotplug controller */
.class = ((PCI_CLASS_SYSTEM_PCI_HOTPLUG << 8) | 0x00),