summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pci-dra7xx.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-07-03 15:00:30 +0200
committerBjorn Helgaas <bhelgaas@google.com>2017-07-03 15:00:30 +0200
commitf011a5f8bacbf62f9de16c2a4c7e73dcabfae383 (patch)
tree7fb825095be7d51e37fbf608fee5d803361738b9 /drivers/pci/dwc/pci-dra7xx.c
parentMerge branch 'pci/irq-fixups' into next (diff)
parentPCI: dwc: Constify dw_pcie_host_ops structures (diff)
downloadlinux-f011a5f8bacbf62f9de16c2a4c7e73dcabfae383.tar.xz
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-dra7xx.c')
-rw-r--r--drivers/pci/dwc/pci-dra7xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/pci-dra7xx.c b/drivers/pci/dwc/pci-dra7xx.c
index 8decf46cf525..e4166032b3c6 100644
--- a/drivers/pci/dwc/pci-dra7xx.c
+++ b/drivers/pci/dwc/pci-dra7xx.c
@@ -208,7 +208,7 @@ static void dra7xx_pcie_host_init(struct pcie_port *pp)
dra7xx_pcie_enable_interrupts(dra7xx);
}
-static struct dw_pcie_host_ops dra7xx_pcie_host_ops = {
+static const struct dw_pcie_host_ops dra7xx_pcie_host_ops = {
.host_init = dra7xx_pcie_host_init,
};