commit | 2530573e45c5846cd238db78651f0d236fc78aab | [log] [tgz] |
---|---|---|
author | Holger Freyther <zecke@selfish.org> | Mon Jul 19 03:29:03 2010 +0800 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 03 13:47:06 2010 -0400 |
tree | 2173521f0978b4c684a711e33c40272c24f98721 | |
parent | 7e2d81122052c83feeddbebf706b6d53fba7996d [diff] |
[CPUFREQ] Fix section mismatch for longhaul_cpu_init. Use __cpuinit instead of __init for the cpufreq_driver init function like it is done in powernow-k8.c. Use the __cpuinitdata for data used by the routines marked as __cpuinit. 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>