X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fmach%2Fpci.h;h=25d540ed0079bf2063921dddbe83b9fdadf67949;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=ea0b992eebc2303a411439c7caa8cbfe4b294ef0;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-arm/mach/pci.h b/include/asm-arm/mach/pci.h index ea0b992ee..25d540ed0 100644 --- a/include/asm-arm/mach/pci.h +++ b/include/asm-arm/mach/pci.h @@ -52,14 +52,14 @@ void pci_common_init(struct hw_pci *); /* * PCI controllers */ -extern int iop310_setup(int nr, struct pci_sys_data *); -extern struct pci_bus *iop310_scan_bus(int nr, struct pci_sys_data *); -extern void iop310_init(void); - extern int iop321_setup(int nr, struct pci_sys_data *); extern struct pci_bus *iop321_scan_bus(int nr, struct pci_sys_data *); extern void iop321_init(void); +extern int iop331_setup(int nr, struct pci_sys_data *); +extern struct pci_bus *iop331_scan_bus(int nr, struct pci_sys_data *); +extern void iop331_init(void); + extern int dc21285_setup(int nr, struct pci_sys_data *); extern struct pci_bus *dc21285_scan_bus(int nr, struct pci_sys_data *); extern void dc21285_preinit(void);