aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop13xx
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-iop13xx')
-rw-r--r--arch/arm/mach-iop13xx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop13xx/pci.c b/arch/arm/mach-iop13xx/pci.c
index 861cb12ef436..9d7f4cabe58b 100644
--- a/arch/arm/mach-iop13xx/pci.c
+++ b/arch/arm/mach-iop13xx/pci.c
@@ -506,7 +506,7 @@ iop13xx_pci_abort(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
506 506
507/* Scan an IOP13XX PCI bus. nr selects which ATU we use. 507/* Scan an IOP13XX PCI bus. nr selects which ATU we use.
508 */ 508 */
509struct pci_bus *iop13xx_scan_bus(int nr, struct pci_sys_data *sys) 509struct pci_bus * __devinit iop13xx_scan_bus(int nr, struct pci_sys_data *sys)
510{ 510{
511 int which_atu; 511 int which_atu;
512 struct pci_bus *bus = NULL; 512 struct pci_bus *bus = NULL;