commit | 7e2d81122052c83feeddbebf706b6d53fba7996d | [log] [tgz] |
---|---|---|
author | Holger Freyther <zecke@selfish.org> | Mon Jul 19 03:28:49 2010 +0800 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 03 13:47:06 2010 -0400 |
tree | 73d4bdba09289bdee44d14392a9cb23ec5f35e83 | |
parent | b30d3304c9c068ccfe6940232834768af75f8c9a [diff] |
[CPUFREQ] Fix section mismatch for longrun_cpu_init. Use __cpuinit instead of __init for the cpufreq_driver init function like it is done in powernow-k8.c. This is removing the warning generated when compiling with the CONFIG_DEBUG_SECTION_MISMATCH=y option. Signed-off-by: Holger Hans Peter Freyther <holger@moiji-mobile.com> Signed-off-by: Dave Jones <davej@redhat.com>