Skip to content

Commit

Permalink
drm/rockchip: vop: export vop_component_ops to modules
Browse files Browse the repository at this point in the history
Fixes: a67719d ("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>
  • Loading branch information
Stephen Rothwell authored and Dave Airlie committed Dec 31, 2015
1 parent df83690 commit 54255e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/rockchip/rockchip_drm_vop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,3 +1395,4 @@ const struct component_ops vop_component_ops = {
.bind = vop_bind,
.unbind = vop_unbind,
};
EXPORT_SYMBOL_GPL(vop_component_ops);

0 comments on commit 54255e8

Please sign in to comment.