PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
[linux-2.6-block.git] / drivers / pci / controller / dwc / pci-dra7xx.c
index ae84a69ae63a8d5df855953723ea8ad6306d2f26..b287dbf6914cb61167532facddfce2995fd046b3 100644 (file)
@@ -406,7 +406,7 @@ dra7xx_pcie_get_features(struct dw_pcie_ep *ep)
        return &dra7xx_pcie_epc_features;
 }
 
-static struct dw_pcie_ep_ops pcie_ep_ops = {
+static const struct dw_pcie_ep_ops pcie_ep_ops = {
        .ep_init = dra7xx_pcie_ep_init,
        .raise_irq = dra7xx_pcie_raise_irq,
        .get_features = dra7xx_pcie_get_features,