mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02: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:
parent
7cccd28135
commit
57da81b29f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user