[CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c
commit307069cf6c53632adc27de4f49bf5d1d67cb87bb
authorHolger Freyther <zecke@selfish.org>
Sun, 18 Jul 2010 19:29:16 +0000 (19 03:29 +0800)
committerDave Jones <davej@redhat.com>
Tue, 3 Aug 2010 17:47:06 +0000 (3 13:47 -0400)
tree07c426d450cc188023cddf2fee40221a64521091
parent2530573e45c5846cd238db78651f0d236fc78aab
[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>
arch/x86/kernel/cpu/cpufreq/powernow-k7.c