]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: centralize the capabilities code in probe.c
authorZhao, Yu <yu.zhao@intel.com>
Mon, 13 Oct 2008 11:49:55 +0000 (19:49 +0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 17:54:31 +0000 (10:54 -0700)
commit0ca1a9256e07918e777aa68a2ec95264586c8bd4
tree3613a9485bee233ab62bc9d747b40aa3b11eeec7
parent4945f0a6bb26d83695f70ab74739424328a5d081
PCI: centralize the capabilities code in probe.c

This patch centralizes the initialization and release functions of
various PCI capabilities in probe.c, which makes the introduction
of new capability support functions cleaner in the future.

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/probe.c