drm/rockchip: vop: export vop_component_ops to modules
authorStephen Rothwell <[email protected]>
Thu, 31 Dec 2015 02:40:11 +0000 (13:40 +1100)
committerDave Airlie <[email protected]>
Thu, 31 Dec 2015 07:42:18 +0000 (17:42 +1000)
Fixes: a67719d18229 ("drm/rockchip: vop: spilt register related into rockchip_reg_vop.c")
Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Mark Yao <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/rockchip/rockchip_drm_vop.c

index d83bf87ba71e4f8dddf1ea8d31298fa1f45b21a5..f5b3da2f92d7fb593143d5774e6bb67ba6982d0f 100644 (file)
@@ -1395,3 +1395,4 @@ const struct component_ops vop_component_ops = {
        .bind = vop_bind,
        .unbind = vop_unbind,
 };
+EXPORT_SYMBOL_GPL(vop_component_ops);