diff options
Diffstat (limited to 'drivers/xen/platform-pci.c')
| -rw-r--r-- | drivers/xen/platform-pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index 1275df83070f..5d7dcad0b0a0 100644 --- a/drivers/xen/platform-pci.c +++ b/drivers/xen/platform-pci.c @@ -175,7 +175,7 @@ pci_out:  	return ret;  } -static struct pci_device_id platform_pci_tbl[] = { +static const struct pci_device_id platform_pci_tbl[] = {  	{PCI_VENDOR_ID_XEN, PCI_DEVICE_ID_XEN_PLATFORM,  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},  	{0,} |