Allow update_devfreq to be used by devfreq governor built as modules Cc: Rajagopal Venkat <rajagopal.ven...@linaro.org> Cc: MyungJoo Ham <myungjoo....@samsung.com> Cc: Kyungmin Park <kyungmin.p...@samsung.com> Cc: "Rafael J. Wysocki" <r...@sisk.pl> Cc: Kevin Hilman <khil...@ti.com> Cc: linux...@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nishanth Menon <n...@ti.com> --- drivers/devfreq/devfreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index c071ea0..6d3070d 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c @@ -115,6 +115,7 @@ int update_devfreq(struct devfreq *devfreq) devfreq->previous_freq = freq; return err; } +EXPORT_SYMBOL(update_devfreq); /** * devfreq_monitor() - Periodically poll devfreq objects. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/