commit | 307069cf6c53632adc27de4f49bf5d1d67cb87bb | [log] [tgz] |
---|---|---|
author | Holger Freyther <zecke@selfish.org> | Mon Jul 19 03:29:16 2010 +0800 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 03 13:47:06 2010 -0400 |
tree | 07c426d450cc188023cddf2fee40221a64521091 | |
parent | 2530573e45c5846cd238db78651f0d236fc78aab [diff] |
[CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c 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>