drm: zte: remove leftover 'inf' from struct zx_hdmi
authorShawn Guo <shawn.guo@linaro.org>
Tue, 21 Mar 2017 08:59:55 +0000 (16:59 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 22 Mar 2017 05:44:42 +0000 (13:44 +0800)
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>
Link: http://patchwork.freedesktop.org/patch/msgid/1490086795-17925-1-git-send-email-shawnguo@kernel.org
drivers/gpu/drm/zte/zx_hdmi.c

index c47b9cbfe270a3f28b72d65e21d0474a76aebfae..0df7366e594b32d8d732987727f0bc2f60f60325 100644 (file)
@@ -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;
 };