]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi_s3c24xx.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[~andy/linux] / drivers / spi / spi_s3c24xx.c
index 33d94f76b9ef47fd92bddd54815e72262b6dffda..276591569c8bce421f1c2c9c4b0ed94385d22f44 100644 (file)
@@ -489,7 +489,7 @@ static int s3c24xx_spi_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops s3c24xx_spi_pmops = {
+static const struct dev_pm_ops s3c24xx_spi_pmops = {
        .suspend        = s3c24xx_spi_suspend,
        .resume         = s3c24xx_spi_resume,
 };