PM: devfreq: Add the prototype of update_devfreq() to export
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 14 Jul 2015 09:45:27 +0000 (18:45 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:46:48 +0000 (13:46 +0900)
commite295ac9b928e9fe0a33b9fee2ac27f210b78dbec
tree21e9295da3560f3a8ac7b119739734a406a9cfa9
parentca88176a87dd14e3fe479341b6f4242b55f4ebe8
PM: devfreq: Add the prototype of update_devfreq() to export

This patch add simply the protoptye of update_devfreq() to devfreq.h header
file to export it. The some device driver (e.g., thermal cooling device) may
use the update_devfreq() to update the range of supported frequency of devfreq
device.

Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c
include/linux/devfreq.h