commit | 25c83b84b110f50efe6fcf62e329f1db2af4454a | [log] [tgz] |
---|---|---|
author | Lukas Wunner <lukas@wunner.de> | Thu Jul 19 17:27:47 2018 -0500 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Mon Jul 23 17:04:15 2018 -0500 |
tree | 81fae03253c2f1e7bd686b0d14fc201a9dc7f26b | |
parent | 1656716d45d0aae8c0a21a0553b9d27cd98fda61 [diff] |
PCI: pciehp: Declare pciehp_enable/disable_slot() static No callers of pciehp_enable/disable_slot() outside of pciehp_ctrl.c remain, so declare the functions static. For now this requires forward declarations. Those can be eliminated by reshuffling functions once the ongoing effort to refactor the driver has settled. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>