Fixes: 8f4ffc5a9f99 ("Input: atmel_mxt_ts - use runtime PM instead of custom
functions")
Signed-off-by: kbuild test robot <lkp(a)intel.com>
---
atmel_mxt_ts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c
b/drivers/input/touchscreen/atmel_mxt_ts.c
index 034f054e0d58b..2a6f2693198cf 100644
--- a/drivers/input/touchscreen/atmel_mxt_ts.c
+++ b/drivers/input/touchscreen/atmel_mxt_ts.c
@@ -3215,7 +3215,7 @@ static int __maybe_unused mxt_resume(struct device *dev)
return 0;
}
-const struct dev_pm_ops mxt_pm_ops = {
+static const struct dev_pm_ops mxt_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(mxt_suspend, mxt_resume)
SET_RUNTIME_PM_OPS(mxt_runtime_suspend, mxt_runtime_resume, NULL)
};
Show replies by date