commit | bdc4abecaeff30b3cc230b418a925999dda594c2 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sat Jan 21 02:08:27 2012 -0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Feb 14 08:44:55 2012 -0800 |
tree | 560705372265c02af5c8e9738a0a2bcaae32bb02 | |
parent | 2934a0de095f277a7bbc15a72ecf61af31a45163 [diff] |
PCI: Replace resource_list with generic list So we can use helper functions for generic list. This makes the resource re-allocation code much more readable. -v2: Use list_add_tail instead of adding list_insert_before, Pointed out by Linus. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>