diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2024-09-27 12:24:49 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-10-04 00:45:55 +0300 |
commit | 43d6961cdf1d0621c55638ed33554027978ae1fe (patch) | |
tree | 180cd981939dbff44e00370219b5d0b7193b446c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3c87b3c85a5344098f239bf8fceee1db691e3a0c (diff) | |
download | linux-43d6961cdf1d0621c55638ed33554027978ae1fe.tar.xz |
PCI: acpiphp_ampere_altra: Switch back to struct platform_driver::remove()
After commit 0edb555a65d1 ("platform: Make platform_driver::remove() return
void") .remove() is (again) the right callback to implement for platform
drivers.
Convert all PCI controller drivers to use .remove(), with the eventual goal
to drop struct platform_driver::remove_new(). As .remove() and
.remove_new() have the same prototypes, conversion is done by just changing
the structure member name in the driver initializer.
Link: https://lore.kernel.org/r/20240927092449.44628-1-sergio.paracuellos@gmail.com
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions