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 eb7392a commit b650cf9Copy full SHA for b650cf9
drivers/rtc/rtc-optee.c
@@ -712,7 +712,7 @@ static int optee_rtc_suspend(struct device *dev)
712
return 0;
713
}
714
715
-DEFINE_SIMPLE_DEV_PM_OPS(optee_rtc_pm_ops, optee_rtc_suspend, NULL);
+static DEFINE_SIMPLE_DEV_PM_OPS(optee_rtc_pm_ops, optee_rtc_suspend, NULL);
716
717
static const struct tee_client_device_id optee_rtc_id_table[] = {
718
{UUID_INIT(0xf389f8c8, 0x845f, 0x496c,
0 commit comments