const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / usb / core / usb.c
index 4e2c6df8d3cc6b0427f3d7ffa645c0073531490e..043fa833eeca949c6f7613bec94f1433cfe42afc 100644 (file)
@@ -320,7 +320,7 @@ static int usb_dev_restore(struct device *dev)
        return usb_resume(dev, PMSG_RESTORE);
 }
 
-static struct dev_pm_ops usb_device_pm_ops = {
+static const struct dev_pm_ops usb_device_pm_ops = {
        .prepare =      usb_dev_prepare,
        .complete =     usb_dev_complete,
        .suspend =      usb_dev_suspend,
This page took 0.026153 seconds and 5 git commands to generate.