From: Mark Brown Date: Fri, 11 Mar 2011 07:10:03 +0000 (+0900) Subject: ARM: S3C64XX: Fix section mismatch from cpufreq init X-Git-Tag: v2.6.39-rc1~434^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0de1577eda1fad4be14f70021135ff7df95dcf;p=pandora-kernel.git ARM: S3C64XX: Fix section mismatch from cpufreq init The cpufreq init function is referenced from the driver structure and we don't appear to have annotations which allow us to mark that it'll never be called after system init, causing the linker consistency infrastructure to complain. Just remove the __init annotation to avoid noise from the build. Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed