1
0
Fork 0

drm/rockchip: vop: export vop_component_ops to modules

Fixes: a67719d182 ("drm/rockchip: vop: spilt register related into rockchip_reg_vop.c")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
hifive-unleashed-5.1
Stephen Rothwell 2015-12-31 13:40:11 +11:00 committed by Dave Airlie
parent df83690ec2
commit 54255e818e
1 changed files with 1 additions and 0 deletions

View File

@ -1395,3 +1395,4 @@ const struct component_ops vop_component_ops = {
.bind = vop_bind,
.unbind = vop_unbind,
};
EXPORT_SYMBOL_GPL(vop_component_ops);