]> Pileus Git - ~andy/linux/commit
PCI: Move resource reallocation code to non-__init
authorYinghai Lu <yinghai@kernel.org>
Wed, 24 Jul 2013 21:37:13 +0000 (15:37 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:35:03 +0000 (12:35 -0600)
commitff35147cf15814e13c62831f6910f8663e4dc91e
tree3bea0833b463cbea641ecfe2bdf0a790c1e9aa09
parent928bea964827d7824b548c1f8e06eccbbc4d0d7d
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>
drivers/pci/setup-bus.c