const: constify remaining dev_pm_ops
[sfrench/cifs-2.6.git] / sound / soc / s3c24xx / s3c24xx_simtec.c
index 507b2ed5d58b1898eabace347dec2411d3f6059c..4984754f3298dac412f9ee22dfbce4de5f5804f8 100644 (file)
@@ -270,7 +270,7 @@ static int attach_gpio_amp(struct device *dev,
                gpio_direction_output(pd->amp_gain[1], 0);
        }
 
-       /* note, curently we assume GPA0 isn't valid amp */
+       /* note, currently we assume GPA0 isn't valid amp */
        if (pdata->amp_gpio > 0) {
                ret = gpio_request(pd->amp_gpio, "gpio-amp");
                if (ret) {
@@ -312,7 +312,7 @@ int simtec_audio_resume(struct device *dev)
        return 0;
 }
 
-struct dev_pm_ops simtec_audio_pmops = {
+const struct dev_pm_ops simtec_audio_pmops = {
        .resume = simtec_audio_resume,
 };
 EXPORT_SYMBOL_GPL(simtec_audio_pmops);