diff options
Diffstat (limited to 'drivers/pci/dwc/pci-exynos.c')
-rw-r--r-- | drivers/pci/dwc/pci-exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/pci-exynos.c b/drivers/pci/dwc/pci-exynos.c index 546082ad5a3f..c78c06552590 100644 --- a/drivers/pci/dwc/pci-exynos.c +++ b/drivers/pci/dwc/pci-exynos.c | |||
@@ -590,7 +590,7 @@ static void exynos_pcie_host_init(struct pcie_port *pp) | |||
590 | exynos_pcie_enable_interrupts(ep); | 590 | exynos_pcie_enable_interrupts(ep); |
591 | } | 591 | } |
592 | 592 | ||
593 | static struct dw_pcie_host_ops exynos_pcie_host_ops = { | 593 | static const struct dw_pcie_host_ops exynos_pcie_host_ops = { |
594 | .rd_own_conf = exynos_pcie_rd_own_conf, | 594 | .rd_own_conf = exynos_pcie_rd_own_conf, |
595 | .wr_own_conf = exynos_pcie_wr_own_conf, | 595 | .wr_own_conf = exynos_pcie_wr_own_conf, |
596 | .host_init = exynos_pcie_host_init, | 596 | .host_init = exynos_pcie_host_init, |