[PATCH v3 08/35] drm/bridge: Drop driver_private from struct drm_bridge

From: Mihail Atanassov
Date: Tue Dec 24 2019 - 12:36:42 EST


It's no longer used, all drivers have been converted to an embedded
drm_bridge struct.

Signed-off-by: Mihail Atanassov <mihail.atanassov@xxxxxxx>
---
include/drm/drm_bridge.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h
index 695d0898df38..ee175a2f95e6 100644
--- a/include/drm/drm_bridge.h
+++ b/include/drm/drm_bridge.h
@@ -398,8 +398,6 @@ struct drm_bridge {
const struct drm_bridge_timings *timings;
/** @funcs: control functions */
const struct drm_bridge_funcs *funcs;
- /** @driver_private: pointer to the bridge driver's internal context */
- void *driver_private;
};

void drm_bridge_add(struct drm_bridge *bridge);
--
2.24.0