const: constify remaining dev_pm_ops
[sfrench/cifs-2.6.git] / drivers / mmc / host / s3cmci.c
index 941a4d35ef8da44cdc627bee9dde0a06a9b0455e..ec15f1bbf8b9f3fea53281080a32bbd95f7bbd00 100644 (file)
@@ -1892,7 +1892,7 @@ static int s3cmci_resume(struct device *dev)
        return mmc_resume_host(mmc);
 }
 
-static struct dev_pm_ops s3cmci_pm = {
+static const struct dev_pm_ops s3cmci_pm = {
        .suspend        = s3cmci_suspend,
        .resume         = s3cmci_resume,
 };