Skip to content

Commit a5c4dc1

Browse files
bpankajlLyude
authored andcommitted
drm/dp_mst: Remove register_connector callback
Now drm_dp_mst_topology_cbs.register_connector callback is not getting used anymore hence remove it. Signed-off-by: Pankaj Bharadiya <[email protected]> Suggested-by: Emil Velikov <[email protected]> Suggested-by: Lyude Paul <[email protected]> Signed-off-by: Lyude Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Lyude Paul <[email protected]>
1 parent 615eff3 commit a5c4dc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/drm/drm_dp_mst_helper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ struct drm_dp_mst_topology_mgr;
479479
struct drm_dp_mst_topology_cbs {
480480
/* create a connector for a port */
481481
struct drm_connector *(*add_connector)(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_port *port, const char *path);
482-
void (*register_connector)(struct drm_connector *connector);
483482
void (*destroy_connector)(struct drm_dp_mst_topology_mgr *mgr,
484483
struct drm_connector *connector);
485484
};

0 commit comments

Comments
 (0)