summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_pci.c
diff options
context:
space:
mode:
authorKenji Kaneshige2009-09-15 10:30:48 +0200
committerJesse Barnes2009-09-17 19:06:31 +0200
commit82a9e79ef132cbf77de58aae35c1a14237f2fcde (patch)
tree1ca6f0dc69cb7e92df48d4f05b595b032e03e206 /drivers/pci/hotplug/pciehp_pci.c
parentPCI: pciehp: remove pci_dev field (diff)
downloadkernel-qcow2-linux-82a9e79ef132cbf77de58aae35c1a14237f2fcde.tar.gz
kernel-qcow2-linux-82a9e79ef132cbf77de58aae35c1a14237f2fcde.tar.xz
kernel-qcow2-linux-82a9e79ef132cbf77de58aae35c1a14237f2fcde.zip
PCI: pciehp: remove hpc_ops
The struct hpc_ops seems a set of hooks to controller specific routines. But, it is meaningless because no hotplug controller driver follows this framework. Acked-by: Alex Chiang <achiang@hp.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/hotplug/pciehp_pci.c')
-rw-r--r--drivers/pci/hotplug/pciehp_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c
index 002a72d9ad71..21733108adde 100644
--- a/drivers/pci/hotplug/pciehp_pci.c
+++ b/drivers/pci/hotplug/pciehp_pci.c
@@ -117,7 +117,7 @@ int pciehp_unconfigure_device(struct slot *p_slot)
ctrl_dbg(ctrl, "%s: domain:bus:dev = %04x:%02x:00\n",
__func__, pci_domain_nr(parent), parent->number);
- ret = p_slot->hpc_ops->get_adapter_status(p_slot, &presence);
+ ret = pciehp_get_adapter_status(p_slot, &presence);
if (ret)
presence = 0;