summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
authorRajat Jain2014-02-05 03:28:43 +0100
committerBjorn Helgaas2014-02-11 02:12:19 +0100
commit4703389f7df70518cc4ea584f3e64cb11f28aa7c (patch)
tree12d9d1b4c2610bad5cb48c168fed6474e67e064a /drivers/pci/hotplug/pciehp.h
parentLinus 3.14-rc1 (diff)
downloadkernel-qcow2-linux-4703389f7df70518cc4ea584f3e64cb11f28aa7c.tar.gz
kernel-qcow2-linux-4703389f7df70518cc4ea584f3e64cb11f28aa7c.tar.xz
kernel-qcow2-linux-4703389f7df70518cc4ea584f3e64cb11f28aa7c.zip
PCI: pciehp: Make check_link_active() non-static
check_link_active() functionality needs to be used by subsequent patches (that introduce link state change based hotplug). Thus make the function non-static, and rename it to pciehp_check_link_active() so as to be consistent with other non-static functions. Signed-off-by: Rajat Jain <rajatxjain@gmail.com> Signed-off-by: Rajat Jain <rajatjain@juniper.net> Signed-off-by: Guenter Roeck <groeck@juniper.net> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/pciehp.h')
-rw-r--r--drivers/pci/hotplug/pciehp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index 88b37cad4b35..f9524592da0f 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -153,6 +153,7 @@ void pciehp_green_led_on(struct slot *slot);
void pciehp_green_led_off(struct slot *slot);
void pciehp_green_led_blink(struct slot *slot);
int pciehp_check_link_status(struct controller *ctrl);
+bool pciehp_check_link_active(struct controller *ctrl);
void pciehp_release_ctrl(struct controller *ctrl);
int pciehp_reset_slot(struct slot *slot, int probe);