diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2015-12-31 03:40:11 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-12-31 08:42:18 +0100 |
commit | 54255e818ef7a5e968c0230bc75649a68932d8ca (patch) | |
tree | f227903c7a12245bc33967c7dd8e64155f4cbbb8 /drivers/gpu/drm/rockchip | |
parent | Merge branch 'drm-rockchip-next-2015-12-28' of https://github.com/markyzq/ker... (diff) | |
download | linux-54255e818ef7a5e968c0230bc75649a68932d8ca.tar.xz linux-54255e818ef7a5e968c0230bc75649a68932d8ca.zip |
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.c | 1 |
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 d83bf87ba71e..f5b3da2f92d7 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); |