From: Yinghai Lu Date: Wed, 24 Jul 2013 21:37:13 +0000 (-0600) Subject: PCI: Move resource reallocation code to non-__init X-Git-Tag: v3.12-rc1~177^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff35147cf15814e13c62831f6910f8663e4dc91e;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed