diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index e64fc409d1d2..c1078e5f9ca2 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -1151,6 +1151,7 @@ struct drm_dp_aux { struct device *dev; struct drm_crtc *crtc; struct mutex hw_mutex; + struct mutex i2c_mutex; struct work_struct crc_work; u8 crc_count; ssize_t (*transfer)(struct drm_dp_aux *aux,