Merge "disp: msm: dsi: Remove drm_panel tracking from sde_connector"

This commit is contained in:
qctecmdr
2019-07-13 00:16:26 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 0 additions and 18 deletions

View File

@@ -2450,7 +2450,6 @@ struct drm_connector *sde_connector_init(struct drm_device *dev,
c_conn->connector_type = connector_type;
c_conn->encoder = encoder;
c_conn->panel = panel;
c_conn->display = display;
c_conn->dpms_mode = DRM_MODE_DPMS_ON;