···944944 return -ENXIO;945945}946946947947+struct device_node *pci_device_to_OF_node(struct pci_dev *pdev)948948+{949949+ struct pcidev_cookie *pc = pdev->sysdata;950950+951951+ return pc->prom_node;952952+}953953+EXPORT_SYMBOL(pci_device_to_OF_node);954954+947955/*948956 * This probably belongs here rather than ioport.c because949957 * we do not want this crud linked into SBus kernels.