We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be193c commit 3af9256Copy full SHA for 3af9256
drivers/input/keyboard/cros_ec_keyb.c
@@ -660,7 +660,7 @@ static const struct of_device_id cros_ec_keyb_of_match[] = {
660
MODULE_DEVICE_TABLE(of, cros_ec_keyb_of_match);
661
#endif
662
663
-static const SIMPLE_DEV_PM_OPS(cros_ec_keyb_pm_ops, NULL, cros_ec_keyb_resume);
+static SIMPLE_DEV_PM_OPS(cros_ec_keyb_pm_ops, NULL, cros_ec_keyb_resume);
664
665
static struct platform_driver cros_ec_keyb_driver = {
666
.probe = cros_ec_keyb_probe,
0 commit comments