diff options
Diffstat (limited to 'drivers/pci/dwc/pci-keystone.c')
-rw-r--r-- | drivers/pci/dwc/pci-keystone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/pci-keystone.c b/drivers/pci/dwc/pci-keystone.c index fcc9723bad6e..4783cec1f78d 100644 --- a/drivers/pci/dwc/pci-keystone.c +++ b/drivers/pci/dwc/pci-keystone.c | |||
@@ -291,7 +291,7 @@ static void __init ks_pcie_host_init(struct pcie_port *pp) | |||
291 | "Asynchronous external abort"); | 291 | "Asynchronous external abort"); |
292 | } | 292 | } |
293 | 293 | ||
294 | static struct dw_pcie_host_ops keystone_pcie_host_ops = { | 294 | static const struct dw_pcie_host_ops keystone_pcie_host_ops = { |
295 | .rd_other_conf = ks_dw_pcie_rd_other_conf, | 295 | .rd_other_conf = ks_dw_pcie_rd_other_conf, |
296 | .wr_other_conf = ks_dw_pcie_wr_other_conf, | 296 | .wr_other_conf = ks_dw_pcie_wr_other_conf, |
297 | .host_init = ks_pcie_host_init, | 297 | .host_init = ks_pcie_host_init, |