ANDROID: GKI: Add 'i2c_mutex' to struct drm_dp_aux

Resolves an abi diff.

Bug: 152417756
Signed-off-by: Alistair Delva <adelva@google.com>
Change-Id: Icb5f818632d770b25ffe60286e30fa5179b72917
This commit is contained in:
Alistair Delva 2020-04-17 10:08:43 -07:00
parent 716aae82b8
commit a9b4dabcee

View File

@ -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,