const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / platform / x86 / acerhdf.c
index ab64522aaa6433df3e1fcb3c2d92c5633d2c72ad..be27aa47e8101f0d55c77d3b9ff8b3d9c4a788fa 100644 (file)
@@ -460,7 +460,7 @@ static int acerhdf_remove(struct platform_device *device)
        return 0;
 }
 
-static struct dev_pm_ops acerhdf_pm_ops = {
+static const struct dev_pm_ops acerhdf_pm_ops = {
        .suspend = acerhdf_suspend,
        .freeze  = acerhdf_suspend,
 };
This page took 0.028164 seconds and 5 git commands to generate.