Skip to content
Commit fd7d1ced authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

PCI: make pci_bus a struct device



This moves the pci_bus class device to be a real struct device and at
the same time, place it in the device tree in the correct location.

Note, the old "bridge" symlink is now gone, but this was a non-standard
link and no userspace program used it.  If you need to determine the
device that the bus is on, follow the standard device symlink, or walk
up the device tree.


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 05cca6e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment