]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / devfreq: make devfreq_class static
authorNishanth Menon <nm@ti.com>
Thu, 25 Oct 2012 23:50:53 +0000 (01:50 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 25 Oct 2012 23:50:53 +0000 (01:50 +0200)
commitbfdc75d5f088029bd02237a395c49a2f80e999ca
tree61e3a0a33ba06aeb9ba559bcd879e40ba39828b5
parentd84e6b3a260af1fed0b44604c38060443eb5ddde
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