const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / usb / host / ohci-pxa27x.c
index f1c06202fdf22d8630cc5647509a10c17a77bc97..a18debdd79b8cec346f7f625baf66a47800affd1 100644 (file)
@@ -518,7 +518,7 @@ static int ohci_hcd_pxa27x_drv_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops ohci_hcd_pxa27x_pm_ops = {
+static const struct dev_pm_ops ohci_hcd_pxa27x_pm_ops = {
        .suspend        = ohci_hcd_pxa27x_drv_suspend,
        .resume         = ohci_hcd_pxa27x_drv_resume,
 };
This page took 0.025525 seconds and 5 git commands to generate.