From: Nishanth Menon Date: Thu, 25 Oct 2012 23:50:53 +0000 (+0200) Subject: PM / devfreq: make devfreq_class static X-Git-Tag: v3.8-rc1~182^2~4^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1a1357ea176670867f347419c3345e2becc07338;p=~emulex%2Finfiniband.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 --- diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index 79a7343c28a..789af4ff5c9 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c @@ -27,7 +27,7 @@ #include #include "governor.h" -struct class *devfreq_class; +static struct class *devfreq_class; /* * devfreq core provides delayed work based load monitoring helper