Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: hotplug: Remove obsolete sgi_hotplug TODO notes

Commit c7532b601e77 ("PCI/hotplug: remove the sgi_hotplug driver") deleted
the driver.

Remove the remaining TODO notes as well.

Link: https://lore.kernel.org/r/26784ee39fbb3fbd0fe96508158d74419018e6ad.1714762038.git.namcao@linutronix.de
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Nam Cao and committed by
Bjorn Helgaas
b023c1c9 e6e9a9a4

-8
-8
drivers/pci/hotplug/TODO
··· 49 49 50 50 * Returned code from pci_hp_add_bridge() is not checked. 51 51 52 - sgi_hotplug: 53 - 54 - * Several functions access the pci_slot member in struct hotplug_slot even 55 - though pci_hotplug.h declares it private. See sn_hp_destroy() for an 56 - example. Either the pci_slot member should no longer be declared private 57 - or sgi_hotplug should store a pointer to it in struct slot. Probably the 58 - former. 59 - 60 52 shpchp: 61 53 62 54 * There is only a single implementation of struct hpc_ops. Can the struct be