summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-12-31 13:40:11 +1100
committerDave Airlie <airlied@redhat.com>2015-12-31 17:42:18 +1000
commit54255e818ef7a5e968c0230bc75649a68932d8ca (patch)
treef227903c7a12245bc33967c7dd8e64155f4cbbb8 /drivers/gpu/drm/rockchip
parentdf83690ec2af3a4201ca538cdb8e61f960109c4e (diff)
downloadlinux-0-day-54255e818ef7a5e968c0230bc75649a68932d8ca.tar.gz
linux-0-day-54255e818ef7a5e968c0230bc75649a68932d8ca.tar.xz
drm/rockchip: vop: export vop_component_ops to modules
Fixes: a67719d18229 ("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>
Diffstat (limited to 'drivers/gpu/drm/rockchip')
-rw-r--r--drivers/gpu/drm/rockchip/rockchip_drm_vop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
index d83bf87ba71e4..f5b3da2f92d7f 100644
--- a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
+++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
@@ -1395,3 +1395,4 @@ const struct component_ops vop_component_ops = {
.bind = vop_bind,
.unbind = vop_unbind,
};
+EXPORT_SYMBOL_GPL(vop_component_ops);