From: Viresh Kumar Date: Thu, 3 Oct 2013 14:57:55 +0000 (+0530) Subject: cpufreq: define generic .attr, .exit() and .verify() routines X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184345129c53e76069c209f9912ed7c457eceb31;p=pandora-kernel.git cpufreq: define generic .attr, .exit() and .verify() routines Most of the CPUFreq drivers do similar things in .exit() and .verify() routines and .attr. So its better if we have generic routines for them which can be used by cpufreq drivers then. This patch introduces generic .attr, .exit() and .verify() cpufreq drivers. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed