commit | 92f02430934ca1c1e991a1ab3541880575042697 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Thu May 17 18:51:11 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 13 15:42:21 2012 -0600 |
tree | 03cf0dd66d4d9108f7ea54ebaf10eb2810b0c6b0 | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 [diff] |
PCI: add busn_res in struct pci_bus This adds a busn_res resource in struct pci_bus. This will replace the secondary/subordinate members and will be used to build a bus number resource tree to help with bus number allocation. [bhelgaas: changelog] CC: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>