mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user