commit | 58b6542b50ded4243c26c251c0507e5f658642f6 | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jun 27 16:07:50 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Jul 13 08:14:52 2011 +0100 |
tree | f2cf26ee85607daf86983b3d10871e186a0c7dde | |
parent | d52589b785404c944e734ecc4e1d42326197613c [diff] |
DRM: remove drm_pci_device_is_pcie drm_pci_device_is_pcie duplicates the funcationality of pci_is_pcie. Convert callers of the former to the latter. This has the side benefit of removing an unnecessary search in the PCI configuration space due to using a saved PCIe capability offset. [airlied: update for new callsite] Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Dave Airlie <airlied@redhat.com>