aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2014-11-12 13:43:52 +1100
committerBjorn Helgaas <bhelgaas@google.com>2014-11-13 10:35:25 -0700
commita4acded086c4320bc58bd59ea746fd19de6dabb0 (patch)
tree0f3bf00b7dec80dca10bc3b5b6fd85651ac64a67
parentLinux 3.18-rc1 (diff)
downloadlinux-dev-a4acded086c4320bc58bd59ea746fd19de6dabb0.tar.xz
linux-dev-a4acded086c4320bc58bd59ea746fd19de6dabb0.zip
PCI: Remove unused and broken to_hotplug_slot()
to_hotplug_slot() is unused and wouldn't work anyway, because struct hotplug_slot no longer contains a struct kobject (it was removed by f46753c5e354 ("PCI: introduce pci_slot")). Remove to_hotplug_slot(). [bhelgaas: changelog] Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--include/linux/pci_hotplug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci_hotplug.h b/include/linux/pci_hotplug.h
index 2706ee9a4327..8c7895061121 100644
--- a/include/linux/pci_hotplug.h
+++ b/include/linux/pci_hotplug.h
@@ -109,7 +109,6 @@ struct hotplug_slot {
struct list_head slot_list;
struct pci_slot *pci_slot;
};
-#define to_hotplug_slot(n) container_of(n, struct hotplug_slot, kobj)
static inline const char *hotplug_slot_name(const struct hotplug_slot *slot)
{