const: constify remaining dev_pm_ops
[sfrench/cifs-2.6.git] / drivers / mtd / nand / nomadik_nand.c
index 7c302d55910e6dfb8f63bcf7ac4f4a4027423180..66123419f65d4561f4912a60e68d499d9e0406e7 100644 (file)
@@ -216,7 +216,7 @@ static int nomadik_nand_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops nomadik_nand_pm_ops = {
+static const struct dev_pm_ops nomadik_nand_pm_ops = {
        .suspend = nomadik_nand_suspend,
        .resume = nomadik_nand_resume,
 };