diff options
Diffstat (limited to 'arch/arm/mach-mx25/clock.c')
-rw-r--r-- | arch/arm/mach-mx25/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/clock.c b/arch/arm/mach-mx25/clock.c index 3be51dd46c67..abd303bc3bf2 100644 --- a/arch/arm/mach-mx25/clock.c +++ b/arch/arm/mach-mx25/clock.c | |||
@@ -211,7 +211,7 @@ static struct clk_lookup lookups[] = { | |||
211 | _REGISTER_CLOCK("fec.0", NULL, fec_clk) | 211 | _REGISTER_CLOCK("fec.0", NULL, fec_clk) |
212 | }; | 212 | }; |
213 | 213 | ||
214 | int __init mx25_clocks_init(unsigned long fref) | 214 | int __init mx25_clocks_init(void) |
215 | { | 215 | { |
216 | int i; | 216 | int i; |
217 | 217 | ||