diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-07-03 08:00:30 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-07-03 08:00:30 -0500 |
commit | f011a5f8bacbf62f9de16c2a4c7e73dcabfae383 (patch) | |
tree | 7fb825095be7d51e37fbf608fee5d803361738b9 /drivers/pci/dwc/pci-keystone.c | |
parent | 44d745fb5d06cce62501a39e9dd47a47b111777b (diff) | |
parent | 4ab2e7c0df6b8bbc6c8ea1617b737d33c2510012 (diff) | |
download | talos-obmc-linux-f011a5f8bacbf62f9de16c2a4c7e73dcabfae383.tar.gz talos-obmc-linux-f011a5f8bacbf62f9de16c2a4c7e73dcabfae383.zip |
Merge branch 'pci/host-designware' into next
* pci/host-designware:
PCI: dwc: Constify dw_pcie_host_ops structures
PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD
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) "Asynchronous external abort"); } -static struct dw_pcie_host_ops keystone_pcie_host_ops = { +static const struct dw_pcie_host_ops keystone_pcie_host_ops = { .rd_other_conf = ks_dw_pcie_rd_other_conf, .wr_other_conf = ks_dw_pcie_wr_other_conf, .host_init = ks_pcie_host_init, |