Re: [PATCH] PCI/ASPM: Unexport internal ASPM interfaces

2018-01-10 Thread Bjorn Helgaas
On Fri, Dec 15, 2017 at 03:30:02PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Several of the interfaces defined in include/linux/pci-aspm.h are used only > internally from the PCI core: > > pcie_aspm_init_link_state() > pcie_aspm_exit_link_state() >

Re: [PATCH] PCI/ASPM: Unexport internal ASPM interfaces

2018-01-10 Thread Bjorn Helgaas
On Fri, Dec 15, 2017 at 03:30:02PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Several of the interfaces defined in include/linux/pci-aspm.h are used only > internally from the PCI core: > > pcie_aspm_init_link_state() > pcie_aspm_exit_link_state() > pcie_aspm_pm_state_change()

[PATCH] PCI/ASPM: Unexport internal ASPM interfaces

2017-12-15 Thread Bjorn Helgaas
From: Bjorn Helgaas Several of the interfaces defined in include/linux/pci-aspm.h are used only internally from the PCI core: pcie_aspm_init_link_state() pcie_aspm_exit_link_state() pcie_aspm_pm_state_change() pcie_aspm_powersave_config_link()

[PATCH] PCI/ASPM: Unexport internal ASPM interfaces

2017-12-15 Thread Bjorn Helgaas
From: Bjorn Helgaas Several of the interfaces defined in include/linux/pci-aspm.h are used only internally from the PCI core: pcie_aspm_init_link_state() pcie_aspm_exit_link_state() pcie_aspm_pm_state_change() pcie_aspm_powersave_config_link() pcie_aspm_create_sysfs_dev_files()