From: Viresh Kumar Date: Thu, 3 Oct 2013 14:59:07 +0000 (+0530) Subject: cpufreq: create cpufreq_generic_init() routine X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e9e778337973d5bf57004092b360bd3f3c412f;p=pandora-kernel.git cpufreq: create cpufreq_generic_init() routine Many CPUFreq drivers for SMP system (where all cores share same clock lines), do similar stuff in their ->init() part. This patch creates a generic routine in cpufreq core which can be used by these so that we can remove some redundant code. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed