]> Pileus Git - ~andy/linux/blobdiff - drivers/power/wm97xx_battery.c
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
[~andy/linux] / drivers / power / wm97xx_battery.c
index f2bfd296dbae05133134b02c05daf9df12da6fa0..fa39e759a275a2a49ef7a0ceb306c4eee9c5abbf 100644 (file)
@@ -157,7 +157,7 @@ static int wm97xx_bat_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops wm97xx_bat_pm_ops = {
+static const struct dev_pm_ops wm97xx_bat_pm_ops = {
        .suspend        = wm97xx_bat_suspend,
        .resume         = wm97xx_bat_resume,
 };