From: Viresh Kumar Date: Thu, 3 Oct 2013 14:58:35 +0000 (+0530) Subject: cpufreq: cpu0: don't initialize part of policy set by core too X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179b889f7c5e6221a9fbf60cf4ef5e55be45cf34;p=pandora-kernel.git cpufreq: cpu0: don't initialize part of policy set by core too Many common initializations of struct policy are moved to core now and hence this driver doesn't need to do it. This patch removes such code. Most recent of those changes is to call ->get() in the core after calling ->init(). Signed-off-by: Viresh Kumar Acked-by: Shawn Guo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed