diff options
author | Kenji Kaneshige <[email protected]> | 2010-02-09 12:21:27 +0900 |
---|---|---|
committer | Jesse Barnes <[email protected]> | 2010-02-22 16:17:26 -0800 |
commit | 6d3be84aab461815978d970aa45f5bc9e52dd772 (patch) | |
tree | b81755ad2a384c225c2b707591ef3df049b0653e /lib/debugobjects.c | |
parent | 9958610552c0bd7558b41cb8addbd865587f142a (diff) |
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 <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions