drm/bridge: analogix: remove unused struct 'bridge_init'
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 20 May 2024 12:55:51 +0000 (13:55 +0100)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 18 Jul 2024 21:42:39 +0000 (00:42 +0300)
commit0c977ff2b807aa53f655f095b0a306f18d8cf7be
tree0a4b5b30e5ebb0eda863ca3763453ce82aad135d
parent99e0fb8b087120b5a7019f1cff6c5c2b5b925ae5
drm/bridge: analogix: remove unused struct 'bridge_init'

commit 6a1688ae8794 ("drm/bridge: ptn3460: Convert to I2C driver model")
has dropped all the users of the struct bridge_init from the
exynos_dp_core, while retaining unused structure definition.
Later on the driver was reworked and the definition migrated
to the analogix_dp driver. Remove unused struct bridge_init definition.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240520125551.11534-1-linux@treblig.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c