at91: move clock subsystem init to soc generic init

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2011-04-24 18:20:28 +08:00
committed by Arnd Bergmann
parent 8c3583b634
commit 465393749d
10 changed files with 18 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
struct at91_init_soc {
unsigned int *default_irq_priority;
void (*map_io)(void);
void (*init)(unsigned long main_clock);
void (*init)(void);
};
extern struct at91_init_soc at91_boot_soc;