diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-03-09 11:21:29 -0600 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-03-30 17:26:58 -0500 |
commit | 842b447f0074b93e9f7db60039fdc72ec14bef9a (patch) | |
tree | c4b17c9339748aa9e1c991532827f2c21e64e5c3 /include/linux | |
parent | 4c0fd7648d880d98add62552cffdf993bde65cf8 (diff) | |
download | linux-842b447f0074b93e9f7db60039fdc72ec14bef9a.tar.gz linux-842b447f0074b93e9f7db60039fdc72ec14bef9a.tar.bz2 linux-842b447f0074b93e9f7db60039fdc72ec14bef9a.zip |
PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver
"pcie_ports_auto" is only used inside the PCIe port driver itself, so
move it from include/linux/pci.h to portdrv.h so it's not visible to the
whole kernel.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index a04b7abc6b7a..dc70a3ce8dc5 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -1449,10 +1449,8 @@ static inline int pci_irqd_intx_xlate(struct irq_domain *d, #ifdef CONFIG_PCIEPORTBUS extern bool pcie_ports_disabled; -extern bool pcie_ports_auto; #else #define pcie_ports_disabled true -#define pcie_ports_auto false #endif #ifdef CONFIG_PCIEASPM |