From: Nishanth Menon Date: Thu, 25 Oct 2012 23:50:53 +0000 (+0200) Subject: PM / devfreq: make devfreq_class static X-Git-Tag: next-20121029~40^2~4^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bfdc75d5f088029bd02237a395c49a2f80e999ca;p=karo-tx-linux.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 79a7343c28a6..789af4ff5c9c 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