- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / arch / s390 / appldata / appldata_base.c
index b55fd7e..5c91995 100644 (file)
@@ -61,12 +61,12 @@ static struct ctl_table appldata_table[] = {
        {
                .procname       = "timer",
                .mode           = S_IRUGO | S_IWUSR,
-               .proc_handler   = &appldata_timer_handler,
+               .proc_handler   = appldata_timer_handler,
        },
        {
                .procname       = "interval",
                .mode           = S_IRUGO | S_IWUSR,
-               .proc_handler   = &appldata_interval_handler,
+               .proc_handler   = appldata_interval_handler,
        },
        { },
 };
@@ -551,7 +551,7 @@ static int appldata_thaw(struct device *dev)
        return appldata_restore(dev);
 }
 
-static struct dev_pm_ops appldata_pm_ops = {
+static const struct dev_pm_ops appldata_pm_ops = {
        .freeze         = appldata_freeze,
        .thaw           = appldata_thaw,
        .restore        = appldata_restore,