diff options
author | Magnus Damm <damm@opensource.se> | 2012-02-29 07:37:12 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-03-12 17:19:41 -0400 |
commit | bfc46f3ef838ab3c01f5e240ec43afaf59f7061b (patch) | |
tree | 2d6cfca627035f9ec87829ee3706a2f41f89027f /arch/arm/mach-shmobile/include | |
parent | 237caf9e6b0c26168acfa7eed0b0afe463918d4f (diff) |
ARM: mach-shmobile: sh7377 map_io and init_early update
Update the sh7377 SoC and the G4EVM board to make use of the
functions sh7377_map_io() and sh7377_add_early_devices().
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 3ab6402b7f27..a77f027ccc3c 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -23,6 +23,7 @@ extern struct clk sh7367_extalb1_clk; | |||
23 | extern struct clk sh7367_extal2_clk; | 23 | extern struct clk sh7367_extal2_clk; |
24 | 24 | ||
25 | extern void sh7377_init_irq(void); | 25 | extern void sh7377_init_irq(void); |
26 | extern void sh7377_map_io(void); | ||
26 | extern void sh7377_add_early_devices(void); | 27 | extern void sh7377_add_early_devices(void); |
27 | extern void sh7377_add_standard_devices(void); | 28 | extern void sh7377_add_standard_devices(void); |
28 | extern void sh7377_clock_init(void); | 29 | extern void sh7377_clock_init(void); |