From: Jon Mason Date: Mon, 27 Jun 2011 16:07:50 +0000 (+0000) Subject: DRM: remove drm_pci_device_is_pcie X-Git-Tag: v3.1-rc1~230^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b6542b50ded4243c26c251c0507e5f658642f6;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed