]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: s5pv210: Remove spurious __init annotation
authorMark Brown <broonie@linaro.org>
Wed, 27 Aug 2014 11:00:27 +0000 (12:00 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Aug 2014 23:30:55 +0000 (01:30 +0200)
commit2315b6d098835d5bc8cdfd73b83c6a84cca0df9c
treed94fb267ad8bded6a83c161973b74a1ae0110f24
parentee6d4fc387469dbc08ee09a08e2294192951c311
cpufreq: s5pv210: Remove spurious __init annotation

Since this is a platform driver and can be probed at any time we can't
annotate funtions in the probe path as __init, the code can't safely be
discarded at the end of kernel init.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/s5pv210-cpufreq.c