PCI: pciehp: Make check_link_active() non-static
authorRajat Jain <rajatxjain@gmail.com>
Wed, 5 Feb 2014 02:28:43 +0000 (18:28 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 01:12:19 +0000 (18:12 -0700)
commit4703389f7df70518cc4ea584f3e64cb11f28aa7c
tree12d9d1b4c2610bad5cb48c168fed6474e67e064a
parent38dbfb59d1175ef458d006556061adeaa8751b72
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>
drivers/pci/hotplug/pciehp.h
drivers/pci/hotplug/pciehp_hpc.c