These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / nvec / nvec_ps2.c
index 6ebbc82..0922dd3 100644 (file)
@@ -169,8 +169,8 @@ static int nvec_mouse_resume(struct device *dev)
 }
 #endif
 
-static const SIMPLE_DEV_PM_OPS(nvec_mouse_pm_ops, nvec_mouse_suspend,
-                               nvec_mouse_resume);
+static SIMPLE_DEV_PM_OPS(nvec_mouse_pm_ops, nvec_mouse_suspend,
+                        nvec_mouse_resume);
 
 static struct platform_driver nvec_mouse_driver = {
        .probe  = nvec_mouse_probe,