diff options
| author | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:54 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:54 +0000 |
| commit | a6ebabd0e53d4352abe0fd2ad156a52162f5d3ce (patch) | |
| tree | 314722a9a6b0cc327b4aaacfd145a2b5887af686 /drivers/gpu/host1x/dev.c | |
| parent | regulator: bd96801: Add ERRB IRQ (diff) | |
| parent | Linux 6.13-rc2 (diff) | |
| download | linux-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.c | 2 |
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[] = { |
