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>
This commit is contained in:
parent
df83690ec2
commit
54255e818e
|
@ -1395,3 +1395,4 @@ const struct component_ops vop_component_ops = {
|
|||
.bind = vop_bind,
|
||||
.unbind = vop_unbind,
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(vop_component_ops);
|
||||
|
|
Loading…
Reference in New Issue