Commit 123c725f authored by Frank Becker's avatar Frank Becker Committed by Russell King

[ARM PATCH] 1747/1: MIssing export for cpufreq

Patch from Frank Becker

cpufreq compiled as module complains:

*** Warning: "sa11x0_getspeed" [drivers/cpufreq/cpufreq_userspace.ko] undefined!
parent 865feb82
...@@ -99,6 +99,7 @@ unsigned int sa11x0_getspeed(void) ...@@ -99,6 +99,7 @@ unsigned int sa11x0_getspeed(void)
{ {
return cclk_frequency_100khz[PPCR & 0xf] * 100; return cclk_frequency_100khz[PPCR & 0xf] * 100;
} }
EXPORT_SYMBOL(sa11x0_getspeed);
#else #else
/* /*
* We still need to provide this so building without cpufreq works. * We still need to provide this so building without cpufreq works.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment