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);