diff options
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_core.c')
-rw-r--r-- | drivers/pci/hotplug/cpqphp_core.c | 2 |
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) | |||
1417 | iounmap(smbios_start); | 1417 | iounmap(smbios_start); |
1418 | } | 1418 | } |
1419 | 1419 | ||
1420 | static struct pci_device_id hpcd_pci_tbl[] = { | 1420 | static const struct pci_device_id hpcd_pci_tbl[] = { |
1421 | { | 1421 | { |
1422 | /* handle any PCI Hotplug controller */ | 1422 | /* handle any PCI Hotplug controller */ |
1423 | .class = ((PCI_CLASS_SYSTEM_PCI_HOTPLUG << 8) | 0x00), | 1423 | .class = ((PCI_CLASS_SYSTEM_PCI_HOTPLUG << 8) | 0x00), |