]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / devfreq: make devfreq_class static
authorNishanth Menon <nm@ti.com>
Wed, 24 Oct 2012 00:39:17 +0000 (02:39 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 24 Oct 2012 00:39:17 +0000 (02:39 +0200)
commit170177b800244897d86dfe53ef253d0c82a46103
tree912da4aa5766cdd449815b94a3a83e3f2fa06b3d
parent5fb6daec42662f1f6e29a9105a8d30b9a0adeaf7
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 <nm@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/devfreq/devfreq.c