From: Matthew Wilcox Date: Sun, 13 Dec 2009 13:11:31 +0000 (-0500) Subject: PCI: Unify pcie_link_speed and pci_bus_speed X-Git-Tag: v2.6.34-rc1~287^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536c8cb49eccd4f753b4782e7e975ef87359cb44;p=pandora-kernel.git PCI: Unify pcie_link_speed and pci_bus_speed These enums must not overlap anyway, since we only have a single pci_bus_speed_strings array. Use a single enum, and move it to pci.h. Add 'SPEED' to the pcie names to make it clear what they are. Signed-off-by: Matthew Wilcox Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed