All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: zte: remove leftover 'inf' from struct zx_hdmi
@ 2017-03-21  8:59 Shawn Guo
  2017-03-21 19:39 ` Sean Paul
  2017-03-22  6:12 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Shawn Guo @ 2017-03-21  8:59 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter

From: Shawn Guo <shawn.guo@linaro.org>

There is a leftover 'inf' field in struct zx_hdmi from commit
'831a8d5e0bef ("drm: zte: move struct vou_inf into zx_vou driver")'.
Remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 drivers/gpu/drm/zte/zx_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/zte/zx_hdmi.c b/drivers/gpu/drm/zte/zx_hdmi.c
index c47b9cbfe270..0df7366e594b 100644
--- a/drivers/gpu/drm/zte/zx_hdmi.c
+++ b/drivers/gpu/drm/zte/zx_hdmi.c
@@ -50,7 +50,6 @@ struct zx_hdmi {
 	struct clk *xclk;
 	bool sink_is_hdmi;
 	bool sink_has_audio;
-	const struct vou_inf *inf;
 	struct platform_device *audio_pdev;
 };
 
-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-03-22  6:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21  8:59 [PATCH] drm: zte: remove leftover 'inf' from struct zx_hdmi Shawn Guo
2017-03-21 19:39 ` Sean Paul
2017-03-22  6:12 ` Shawn Guo

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.