Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
[linux-2.6-microblaze.git] / drivers / platform / x86 / thinkpad_acpi.c
index bd04548..e1626cd 100644 (file)
@@ -9876,7 +9876,7 @@ static int tpacpi_lcdshadow_init(struct ibm_init_struct *iibm)
                return 0;
 
        lcdshadow_dev = drm_privacy_screen_register(&tpacpi_pdev->dev,
-                                                   &lcdshadow_ops);
+                                                   &lcdshadow_ops, NULL);
        if (IS_ERR(lcdshadow_dev))
                return PTR_ERR(lcdshadow_dev);