diff options
author | Vihas Mak <makvihas@gmail.com> | 2021-12-10 03:06:18 +0530 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-12-10 09:55:47 -0600 |
commit | e1a6333e7f89ad6acef9e818c2500c2e5393536e (patch) | |
tree | 8687b5847bd7cfbf74b98ce4902382529152a744 /drivers/pci/hotplug/TODO | |
parent | 23584c1ed3e15a6f4bfab8dc5a88d94ab929ee12 (diff) | |
download | linux-e1a6333e7f89ad6acef9e818c2500c2e5393536e.tar.bz2 |
PCI: ibmphp: Remove commented-out functions
The functions get_max_adapter_speed() and get_bus_name() in ibmphp_core.c
are commented-out and the fields .get_max_adapter_speed and
.get_bus_name_status are removed from struct hotplug_slot_ops in
pci_hotplug.h. Remove the commented-out functions.
Link: https://lore.kernel.org/r/20211209213618.20522-1-makvihas@gmail.com
Signed-off-by: Vihas Mak <makvihas@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/TODO')
-rw-r--r-- | drivers/pci/hotplug/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/hotplug/TODO b/drivers/pci/hotplug/TODO index cc6194aa24c1..88f217c82b4f 100644 --- a/drivers/pci/hotplug/TODO +++ b/drivers/pci/hotplug/TODO @@ -30,11 +30,6 @@ ibmphp: or ibmphp should store a pointer to its bus in struct slot. Probably the former. -* The functions get_max_adapter_speed() and get_bus_name() are commented out. - Can they be deleted? There are also forward declarations at the top of - ibmphp_core.c as well as pointers in ibmphp_hotplug_slot_ops, likewise - commented out. - * ibmphp_init_devno() takes a struct slot **, it could instead take a struct slot *. |