diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-11 15:21:39 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-11 16:04:17 -0500 |
commit | 6f71e9213c1dd31c44824e95ea4441883fceaf9c (patch) | |
tree | d55afcea432c9e419adf1bc91c9502e382717f99 /arch/arm/mach-iop13xx/include | |
parent | 8a2b6255dd11eee1b27d1be394241abf1871b610 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-iop13xx/include')
-rw-r--r-- | arch/arm/mach-iop13xx/include/mach/iop13xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/iop13xx.h b/arch/arm/mach-iop13xx/include/mach/iop13xx.h index 07e9ff7adafb..e190dcd7d72d 100644 --- a/arch/arm/mach-iop13xx/include/mach/iop13xx.h +++ b/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); |