commit | ff35147cf15814e13c62831f6910f8663e4dc91e | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Jul 24 15:37:13 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 25 12:35:03 2013 -0600 |
tree | 3bea0833b463cbea641ecfe2bdf0a790c1e9aa09 | |
parent | 928bea964827d7824b548c1f8e06eccbbc4d0d7d [diff] |
PCI: Move resource reallocation code to non-__init Resource reallocation is currently done only at boot-time, but will soon be done when host bridge is hot-added. This patch removes the __init annotations so the code will still be present after boot. [bhelgaas: split __init changes out] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>