diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2010-02-09 04:21:27 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-02-23 01:17:26 +0100 |
commit | 6d3be84aab461815978d970aa45f5bc9e52dd772 (patch) | |
tree | b81755ad2a384c225c2b707591ef3df049b0653e /drivers/pci/pci.h | |
parent | PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges (diff) | |
download | linux-6d3be84aab461815978d970aa45f5bc9e52dd772.tar.xz linux-6d3be84aab461815978d970aa45f5bc9e52dd772.zip |
PCI: mark is_pcie obsolete
The "is_pcie" field in struct pci_dev is no longer needed because
struct pci_dev has PCIe capability offset in "pcie_cap" field and
(pcie_cap != 0) means the device is PCIe capable. This patch marks
"is_pcie" fields obsolete.
Current users of "is_pcie" field are:
- drivers/ssb/scan.c
- drivers/net/wireless/ath/ath9k/pci.c
- drivers/net/wireless/ath/ath5k/attach.c
- drivers/net/wireless/ath/ath5k/reset.c
- drivers/acpi/hest.c
- drivers/pci/pcie/pme/pcie_pme.c
Will post patches for each to use pci_is_pcie() as a follow-up.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions