summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_drv.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-12-09 12:50:45 +0000
committerMark Brown <broonie@kernel.org>2024-12-09 12:50:45 +0000
commit1331fb6640440f42a709eafd5c802f3496f746b8 (patch)
tree01fd6f6cf36155fe188aed05db07a030f509ac00 /drivers/gpu/drm/lima/lima_drv.c
parenta308f9e47fc2377863f0f561ceedd45ccc7c7f9c (diff)
parentfac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff)
regmap: Merge up v6.12-rc2
This has fixes for several boards which help my testing a lot.
Diffstat (limited to 'drivers/gpu/drm/lima/lima_drv.c')
-rw-r--r--drivers/gpu/drm/lima/lima_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_drv.c b/drivers/gpu/drm/lima/lima_drv.c
index 10bce18b7c31..fb3062c872b3 100644
--- a/drivers/gpu/drm/lima/lima_drv.c
+++ b/drivers/gpu/drm/lima/lima_drv.c
@@ -488,7 +488,7 @@ static const struct dev_pm_ops lima_pm_ops = {
static struct platform_driver lima_platform_driver = {
.probe = lima_pdev_probe,
- .remove_new = lima_pdev_remove,
+ .remove = lima_pdev_remove,
.driver = {
.name = "lima",
.pm = &lima_pm_ops,