aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/dev.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-12-09 12:50:54 +0000
committerMark Brown <broonie@kernel.org>2024-12-09 12:50:54 +0000
commita6ebabd0e53d4352abe0fd2ad156a52162f5d3ce (patch)
tree314722a9a6b0cc327b4aaacfd145a2b5887af686 /drivers/gpu/host1x/dev.c
parentregulator: bd96801: Add ERRB IRQ (diff)
parentLinux 6.13-rc2 (diff)
downloadlinux-a6ebabd0e53d4352abe0fd2ad156a52162f5d3ce.tar.gz
linux-a6ebabd0e53d4352abe0fd2ad156a52162f5d3ce.zip
regulator: Merge up v6.12-rc2
This has fixes for several boards which help my testing a lot.
Diffstat (limited to 'drivers/gpu/host1x/dev.c')
-rw-r--r--drivers/gpu/host1x/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c
index be2ad7203d7b..7b1d091f3c09 100644
--- a/drivers/gpu/host1x/dev.c
+++ b/drivers/gpu/host1x/dev.c
@@ -769,7 +769,7 @@ static struct platform_driver tegra_host1x_driver = {
.pm = &host1x_pm_ops,
},
.probe = host1x_probe,
- .remove_new = host1x_remove,
+ .remove = host1x_remove,
};
static struct platform_driver * const drivers[] = {