diff options
Diffstat (limited to 'drivers/pci/hotplug/ibmphp_ebda.c')
-rw-r--r-- | drivers/pci/hotplug/ibmphp_ebda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/ibmphp_ebda.c b/drivers/pci/hotplug/ibmphp_ebda.c index 43e345ac296b..a6a4dac798e5 100644 --- a/drivers/pci/hotplug/ibmphp_ebda.c +++ b/drivers/pci/hotplug/ibmphp_ebda.c | |||
@@ -1153,7 +1153,7 @@ void ibmphp_free_ebda_pci_rsrc_queue(void) | |||
1153 | } | 1153 | } |
1154 | } | 1154 | } |
1155 | 1155 | ||
1156 | static struct pci_device_id id_table[] = { | 1156 | static const struct pci_device_id id_table[] = { |
1157 | { | 1157 | { |
1158 | .vendor = PCI_VENDOR_ID_IBM, | 1158 | .vendor = PCI_VENDOR_ID_IBM, |
1159 | .device = HPC_DEVICE_ID, | 1159 | .device = HPC_DEVICE_ID, |