As pci_find_device is going away soon I have replaced the call with pci_get_device. Judith, could you run these 3 ia64 ones through PLM, please? This should complete the arch/ia64 conversion. Thanks a lot. Hanna Linder IBM Linux Technology Center Signed-off-by: Hanna Linder Acked-by: Judith Lebzelter Signed-off-by: Maximilian Attems --- Signed-off-by: Domen Puncer --- kj-domen/arch/ia64/hp/common/sba_iommu.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/hp/common/sba_iommu.c~pci_dev_present-arch_ia64_hp_common_sba_iommu arch/ia64/hp/common/sba_iommu.c --- kj/arch/ia64/hp/common/sba_iommu.c~pci_dev_present-arch_ia64_hp_common_sba_iommu 2004-12-25 01:35:07.000000000 +0100 +++ kj-domen/arch/ia64/hp/common/sba_iommu.c 2004-12-25 01:35:07.000000000 +0100 @@ -1557,7 +1557,7 @@ ioc_iova_init(struct ioc *ioc) ** We program the next pdir index after we stop w/ a key for ** the GART code to handshake on. */ - while ((device = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, device)) != NULL) + while ((device = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, device)) != NULL) agp_found |= pci_find_capability(device, PCI_CAP_ID_AGP); if (agp_found && reserve_sba_gart) { _