PM / devfreq: rockchip_dmc: make rockchip_find_video_info static

Change-Id: I13eb60038410592dc1eab14cf3db8f30d01fc56b
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2018-05-04 20:06:11 +08:00
parent 7cccd28135
commit 57da81b29f

View File

@@ -2344,8 +2344,8 @@ static struct video_info *rockchip_parse_video_info(const char *buf)
return video_info;
}
struct video_info *rockchip_find_video_info(struct rockchip_dmcfreq *dmcfreq,
const char *buf)
static struct video_info *
rockchip_find_video_info(struct rockchip_dmcfreq *dmcfreq, const char *buf)
{
struct video_info *info, *video_info;