From 465393749da3a3229f6067246c7e8f97f7cc833d Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 24 Apr 2011 18:20:28 +0800 Subject: at91: move clock subsystem init to soc generic init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- arch/arm/mach-at91/soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-at91/soc.h') diff --git a/arch/arm/mach-at91/soc.h b/arch/arm/mach-at91/soc.h index 9de7be4037c4..103030ac27fd 100644 --- a/arch/arm/mach-at91/soc.h +++ b/arch/arm/mach-at91/soc.h @@ -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; -- cgit v1.2.3-59-g8ed1b