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 6676dee7104e..e517e1036b09 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -939,7 +939,7 @@ static struct platform_device da850_cpufreq_device = { | |||
939 | 939 | ||
940 | unsigned int da850_max_speed = 300000; | 940 | unsigned int da850_max_speed = 300000; |
941 | 941 | ||
942 | int __init da850_register_cpufreq(char *async_clk) | 942 | int da850_register_cpufreq(char *async_clk) |
943 | { | 943 | { |
944 | int i; | 944 | int i; |
945 | 945 | ||