All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] drm/bridge: analogix: remove unused struct 'bridge_init'
@ 2024-05-17 23:24 linux
  2024-05-17 23:34 ` Dr. David Alan Gilbert
  2024-05-19 22:30 ` Dmitry Baryshkov
  0 siblings, 2 replies; 7+ messages in thread
From: linux @ 2024-05-17 23:24 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong
  Cc: maarten.lankhorst, daniel, dri-devel, linux-kernel,
	Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'bridge_init' is unused, I think following:
commit 6a1688ae8794 ("drm/bridge: ptn3460: Convert to I2C driver model")
(which is where a git --follow finds it)
Remove it.

Build tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
index df9370e0ff23..1e03f3525a92 100644
--- a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
+++ b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
@@ -36,11 +36,6 @@
 
 static const bool verify_fast_training;
 
-struct bridge_init {
-	struct i2c_client *client;
-	struct device_node *node;
-};
-
 static int analogix_dp_init_dp(struct analogix_dp_device *dp)
 {
 	int ret;
-- 
2.45.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-20 21:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 23:24 [PATCH 1/6] drm/bridge: analogix: remove unused struct 'bridge_init' linux
2024-05-17 23:34 ` Dr. David Alan Gilbert
2024-05-19 22:30 ` Dmitry Baryshkov
2024-05-19 22:43   ` Dr. David Alan Gilbert
2024-05-20 10:35     ` Dmitry Baryshkov
2024-05-20 12:57       ` Dr. David Alan Gilbert
2024-05-20 21:18         ` Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.