commit | 536c8cb49eccd4f753b4782e7e975ef87359cb44 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Dec 13 08:11:31 2009 -0500 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 22 16:15:17 2010 -0800 |
tree | 1cc2a32b17e4eb1fc4c9b64dc4895892a2fd3d41 | |
parent | f07852d6442c46c50b59c7e2acc8a1b291f9ab6d [diff] |
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 <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>