PCI: Move get_res_add_size() function
authorYinghai Lu <yinghai@kernel.org>
Sat, 21 Jan 2012 10:08:19 +0000 (02:08 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 14 Feb 2012 16:44:51 +0000 (08:44 -0800)
commit1c372353e9c681b127f21030f8a0f0c2afd82429
tree5cbd91269d7cef2ae1b5a4a41ddd867919d65014
parentef62dfefa93bc90f1cb0f4a55c2d86b3269b3f92
PCI: Move get_res_add_size() function

Need to call it from __assign_resources_sorted() later and we'd like to
avoid a forward declaraion.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c