Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
[linux-2.6-block.git] / drivers / spi / spi_s3c24xx.c
index 4b0d25b497acf453f8d0b0988248cb1c91321547..c010733877ae73f8dc57c211c97163d0301a34d6 100644 (file)
@@ -707,7 +707,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,
 };