diff options
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 68ed58a48252..868227e66cea 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -983,7 +983,7 @@ static int da850_set_pll0rate(struct clk *clk, unsigned long index) | |||
983 | return 0; | 983 | return 0; |
984 | } | 984 | } |
985 | #else | 985 | #else |
986 | int __init da850_register_cpufreq(void) | 986 | int __init da850_register_cpufreq(char *async_clk) |
987 | { | 987 | { |
988 | return 0; | 988 | return 0; |
989 | } | 989 | } |