const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / usb / host / ohci-au1xxx.c
index e4380082ebb110a0e77a8b509da9cc72e66837d2..17a6043c1fa072cba3d84c01fe8f6ba83005fff3 100644 (file)
@@ -294,7 +294,7 @@ static int ohci_hcd_au1xxx_drv_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops au1xxx_ohci_pmops = {
+static const struct dev_pm_ops au1xxx_ohci_pmops = {
        .suspend        = ohci_hcd_au1xxx_drv_suspend,
        .resume         = ohci_hcd_au1xxx_drv_resume,
 };
This page took 0.041004 seconds and 5 git commands to generate.