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)  	}  } -static struct pci_device_id id_table[] = { +static const struct pci_device_id id_table[] = {  	{  		.vendor		= PCI_VENDOR_ID_IBM,  		.device		= HPC_DEVICE_ID, |