Skip to content

Commit

Permalink
drm/bridge: analogix: remove unused struct 'bridge_init'
Browse files Browse the repository at this point in the history
commit 6a1688a ("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>
  • Loading branch information
Dr. David Alan Gilbert authored and Dmitry Baryshkov committed Jul 18, 2024
1 parent 99e0fb8 commit 0c977ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@

static const bool verify_fast_training;

struct bridge_init {
struct i2c_client *client;
struct device_node *node;
};

static void analogix_dp_init_dp(struct analogix_dp_device *dp)
{
analogix_dp_reset(dp);
Expand Down

0 comments on commit 0c977ff

Please sign in to comment.