diff mbox

drm: zte: remove leftover 'inf' from struct zx_hdmi

Message ID 1490086795-17925-1-git-send-email-shawnguo@kernel.org
State New
Headers show

Commit Message

Shawn Guo March 21, 2017, 8:59 a.m. UTC
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(-)

Comments

Sean Paul March 21, 2017, 7:39 p.m. UTC | #1
On Tue, Mar 21, 2017 at 04:59:55PM +0800, Shawn Guo wrote:
> 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>

Reviewed-by: Sean Paul <seanpaul@chromium.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
Shawn Guo March 22, 2017, 6:12 a.m. UTC | #2
On Tue, Mar 21, 2017 at 04:59:55PM +0800, Shawn Guo wrote:
> 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>

Pushed to drm-misc-next.
diff mbox

Patch

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;
 };