diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-27 17:38:46 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 11:01:29 +0100 |
commit | 827de1f123ba0880033d1b5299e116470e19bafb (patch) | |
tree | 202bca915b75331c525075d28e346bceb356f6ab /arch/arm/mach-at91/generic.h | |
parent | cac0172389688b861d269eb4f1fee679d21a1372 (diff) | |
download | lwn-827de1f123ba0880033d1b5299e116470e19bafb.tar.gz lwn-827de1f123ba0880033d1b5299e116470e19bafb.zip |
ARM: at91: remove at91_dt_initialize and machine init_early()
Move the ramc initialization to pm.c as it is the only user left.
This allows us to get rid of at91_dt_initialize() that was the only one called
by the init_early() function pointer of struct machine_desc.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: adapt patch to newer series]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/generic.h')
-rw-r--r-- | arch/arm/mach-at91/generic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index a8ee83ef6cd4..9c6e5b9f87ff 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h @@ -18,9 +18,6 @@ extern void __init at91_map_io(void); extern void __init at91_alt_map_io(void); - /* Processors */ -extern void __init at91_dt_initialize(void); - /* Timer */ extern void at91rm9200_timer_init(void); |