aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx25/mx25pdk.c
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2010-01-25 05:58:19 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-26 12:54:06 -0500
commitfadc095622dd188cae88eb2f3ff28fd6e9d2d2f1 (patch)
tree6b40bc4bd303669ab78865eb8d355d4c56140bb5 /arch/arm/mach-mx25/mx25pdk.c
parent4cd3f96cd4014419a4ea524d840be0fa39e3ddbc (diff)
mx25: remove unused mx25_clocks_init() argument
The fref is needless on mx25 since the reference clock is fixed at 24MHz. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/mx25pdk.c')
-rw-r--r--arch/arm/mach-mx25/mx25pdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mx25pdk.c
index 921bc99ea231..6f06089246eb 100644
--- a/arch/arm/mach-mx25/mx25pdk.c
+++ b/arch/arm/mach-mx25/mx25pdk.c
@@ -91,7 +91,7 @@ static void __init mx25pdk_init(void)
91 91
92static void __init mx25pdk_timer_init(void) 92static void __init mx25pdk_timer_init(void)
93{ 93{
94 mx25_clocks_init(26000000); 94 mx25_clocks_init();
95} 95}
96 96
97static struct sys_timer mx25pdk_timer = { 97static struct sys_timer mx25pdk_timer = {