diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2009-11-11 05:35:22 (GMT) |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 23:25:16 (GMT) |
commit | 7eb776c42e75d17bd8107a1359068d8c742639d1 (patch) | |
tree | eddee4ecffebc2ac54c1eee548802367c5f17c68 /arch/arm/Makefile | |
parent | 1518c17ab736303098843bd306a0fc4f8f5faa42 (diff) | |
download | linux-7eb776c42e75d17bd8107a1359068d8c742639d1.tar.xz |
PCI: introduce pci_is_pcie()
Introduce pci_is_pcie() which returns true if the specified PCI device
is PCI Express capable, false otherwise.
The purpose of pci_is_pcie() is removing 'is_pcie' flag in the struct
pci_dev, which is not needed because we can check it using 'pcie_cap'
field. To remove 'is_pcie', we need to update user of 'is_pcie' to use
pci_is_pcie() instead first.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/arm/Makefile')
0 files changed, 0 insertions, 0 deletions