const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / serial / sh-sci.c
index ff38dbdb5c6ecf7686371dad4a4e909eae9c52d3..7e3f4ff58cfd346768a3b5f30780357d48c2edf8 100644 (file)
@@ -1312,7 +1312,7 @@ static int sci_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops sci_dev_pm_ops = {
+static const struct dev_pm_ops sci_dev_pm_ops = {
        .suspend        = sci_suspend,
        .resume         = sci_resume,
 };
This page took 0.028568 seconds and 5 git commands to generate.