From: Nishanth Menon Date: Thu, 25 Oct 2012 23:50:53 +0000 (+0200) Subject: PM / devfreq: make devfreq_class static X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1357ea176670867f347419c3345e2becc07338;p=pandora-kernel.git PM / devfreq: make devfreq_class static devfreq_class is used internally by devfreq and has no need to be globally available. This also fixes the following sparse warning: drivers/devfreq/devfreq.c:30:14: warning: symbol 'devfreq_class' was not declared. Should it be static? Signed-off-by: Nishanth Menon Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed