On Tue, 09 Feb 2010 12:21:27 +0900 Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx> wrote: > 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() instead. > > Signed-off-by: Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx> Applied to my linux-next branch, thanks Kenji-san. -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html