Browse Source

ARM: iop13xx: fix missing declaration of iop13xx_init_early

Commit 1dfe34ae794c13 (ARM: iop13xx: use runtime ioremap hook) missed
a declaration of iop13xx_init_early resulting in a build error.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Rob Herring 13 years ago
parent
commit
6f71e9213c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-iop13xx/include/mach/iop13xx.h

+ 1 - 0
arch/arm/mach-iop13xx/include/mach/iop13xx.h

@@ -5,6 +5,7 @@
 /* The ATU offsets can change based on the strapping */
 extern u32 iop13xx_atux_pmmr_offset;
 extern u32 iop13xx_atue_pmmr_offset;
+void iop13xx_init_early(void);
 void iop13xx_init_irq(void);
 void iop13xx_map_io(void);
 void iop13xx_platform_init(void);