const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / input / touchscreen / pcap_ts.c
index 67fcd33595def87293469b0caf625dccdaf8d83c..b79097e3028a10e381f1c259c78ce0259985f2f1 100644 (file)
@@ -233,7 +233,7 @@ static int pcap_ts_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops pcap_ts_pm_ops = {
+static const struct dev_pm_ops pcap_ts_pm_ops = {
        .suspend        = pcap_ts_suspend,
        .resume         = pcap_ts_resume,
 };
This page took 0.026318 seconds and 5 git commands to generate.