const: constify remaining dev_pm_ops
[deliverable/linux.git] / sound / soc / s3c24xx / s3c24xx_simtec.h
index 2714203af161b369c839d470e673bb500266959c..e18faee30cce0a388b2d06d2ba9a676200117d16 100644 (file)
@@ -15,7 +15,7 @@ extern int simtec_audio_core_probe(struct platform_device *pdev,
 extern int simtec_audio_remove(struct platform_device *pdev);
 
 #ifdef CONFIG_PM
-extern struct dev_pm_ops simtec_audio_pmops;
+extern const struct dev_pm_ops simtec_audio_pmops;
 #define simtec_audio_pm &simtec_audio_pmops
 #else
 #define simtec_audio_pm NULL
This page took 0.03668 seconds and 5 git commands to generate.