]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: shpchp: Remove hpc_ops
authorngn <ngn@ngn.tf>
Tue, 23 Jul 2024 11:43:25 +0000 (14:43 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 2 Aug 2024 16:39:59 +0000 (11:39 -0500)
commit5d8491ae3b8083029ed58ae2aba66cdb70617d4d
tree9dc4bcf3afa5e9cff05852e88350a4c7459105a4
parent8400291e289ee6b2bf9779ff1c83a291501f017b
PCI: shpchp: Remove hpc_ops

Remove the hpc_ops struct from shpchp. This struct is unnecessary and no
other hotplug controller implements it. A similar thing has already been
done in pciehp with 82a9e79ef132 ("PCI: pciehp: remove hpc_ops").

Link: https://lore.kernel.org/r/Zp-XXVW4hlcMASEc@archbtw
Signed-off-by: ngn <ngn@ngn.tf>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/TODO
drivers/pci/hotplug/shpchp.h
drivers/pci/hotplug/shpchp_core.c
drivers/pci/hotplug/shpchp_ctrl.c
drivers/pci/hotplug/shpchp_hpc.c