]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb38d229680d10c6796c6ac037a1039b44ab2801f
tree5cbd91269d7cef2ae1b5a4a41ddd867919d65014
parent859521359226faf457784ff0103c572d920c5af9
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