]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/rtc/rtc-pxa.c
Merge git://git.infradead.org/iommu-2.6
[mv-sheeva.git] / drivers / rtc / rtc-pxa.c
index 747ca194fad4ac2ec319eac087bda3396fa3f309..e6351b743da644cd78dd34b0cfd73b667e885cfe 100644 (file)
@@ -456,7 +456,7 @@ static int pxa_rtc_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops pxa_rtc_pm_ops = {
+static const struct dev_pm_ops pxa_rtc_pm_ops = {
        .suspend        = pxa_rtc_suspend,
        .resume         = pxa_rtc_resume,
 };