File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6065,8 +6065,9 @@ EXPORT_SYMBOL(pcie_get_width_cap);
60656065 * and width, multiplying them, and applying encoding overhead. The result
60666066 * is in Mb/s, i.e., megabits/second of raw bandwidth.
60676067 */
6068- u32 pcie_bandwidth_capable (struct pci_dev * dev , enum pci_bus_speed * speed ,
6069- enum pcie_link_width * width )
6068+ static u32 pcie_bandwidth_capable (struct pci_dev * dev ,
6069+ enum pci_bus_speed * speed ,
6070+ enum pcie_link_width * width )
60706071{
60716072 * speed = pcie_get_speed_cap (dev );
60726073 * width = pcie_get_width_cap (dev );
Original file line number Diff line number Diff line change @@ -293,8 +293,6 @@ void pci_bus_put(struct pci_bus *bus);
293293const char * pci_speed_string (enum pci_bus_speed speed );
294294enum pci_bus_speed pcie_get_speed_cap (struct pci_dev * dev );
295295enum pcie_link_width pcie_get_width_cap (struct pci_dev * dev );
296- u32 pcie_bandwidth_capable (struct pci_dev * dev , enum pci_bus_speed * speed ,
297- enum pcie_link_width * width );
298296void __pcie_print_link_status (struct pci_dev * dev , bool verbose );
299297void pcie_report_downtraining (struct pci_dev * dev );
300298void pcie_update_link_speed (struct pci_bus * bus , u16 link_status );
You can’t perform that action at this time.
0 commit comments