ARM: at91: remove at91_dt_initialize and machine init_early()
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 27 Jan 2015 16:38:46 +0000 (17:38 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 2 Feb 2015 10:01:29 +0000 (11:01 +0100)
commit827de1f123ba0880033d1b5299e116470e19bafb
tree202bca915b75331c525075d28e346bceb356f6ab
parentcac0172389688b861d269eb4f1fee679d21a1372
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>
arch/arm/mach-at91/at91rm9200.c
arch/arm/mach-at91/at91sam9.c
arch/arm/mach-at91/generic.h
arch/arm/mach-at91/pm.c
arch/arm/mach-at91/sama5.c
arch/arm/mach-at91/setup.c