arch/ppc/lib/pci_ppc_conf1_ops.c: .read32 = ppc_conf1_read_config32, arch/i386/lib/pci_ops_conf1.c: .read32 = pci_conf1_read_config32, arch/i386/lib/pci_ops_conf2.c: .read32 = pci_conf2_read_config32, arch/i386/include/arch/romcc_io.h:static inline uint32_t read32(unsigned long addr) devices/pci_ops.c: return ops_pci_bus(pbus)->read32(pbus, dev->bus->secondary, dev->path.u.pci.devfn, where); include/device/pci.h: uint32_t (*read32) (struct bus *pbus, unsigned char bus, int devfn, int where);
read32 in pci should be changed to pci_read32....