]> Pileus Git - ~andy/linux/commit
PCI: move enum pcie_link_width into pci.h
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 31 Jul 2013 06:53:21 +0000 (06:53 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 31 Jul 2013 01:30:34 +0000 (18:30 -0700)
commit59da381ee2afc806f85becf3aa64ffc952355552
tree55a063b61da3c7adaff933956d300ea662774c9f
parent343e51ae6e3f64ed26d96f5560f4962529794c9f
PCI: move enum pcie_link_width into pci.h

pcie_link_width is the enum used to define the link width values for a pcie
device. This enum should not be contained solely in pci_hotplug.h, and this
patch moves it next to pci_bus_speed in pci.h

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
include/linux/pci.h
include/linux/pci_hotplug.h