Hello, > 6cf57be0f78e ("PCI: Add pcie_get_speed_cap() to find max supported link > speed") and c70b65fb7f12 ("PCI: Add pcie_get_width_cap() to find max > supported link width") added declarations to drivers/pci/pci.h. > > 576c7218a154 ("PCI: Export pcie_get_speed_cap and pcie_get_width_cap") > subsequently added duplicates to include/linux/pci.h. > > Remove the originals from drivers/pci/pci.h. Both interfaces are used by > amdgpu, so they must be in include/linux/pci.h. Acked-by: Krzysztof Wilczyński <kw@xxxxxxxxx> Thank you for the clean-up! Krzysztof