Commit 67c698fc authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Daniel Vetter
Browse files

drm/dp-mst: fix warning on unused var

parent ad7adde5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4184,8 +4184,6 @@ EXPORT_SYMBOL(drm_dp_mst_topology_state_funcs);
struct drm_dp_mst_topology_state *drm_atomic_get_mst_topology_state(struct drm_atomic_state *state,
								    struct drm_dp_mst_topology_mgr *mgr)
{
	struct drm_device *dev = mgr->dev;

	return to_dp_mst_topology_state(drm_atomic_get_private_obj_state(state, &mgr->base));
}
EXPORT_SYMBOL(drm_atomic_get_mst_topology_state);