drm/exynos/hdmi: remove unused field
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 24 Oct 2016 13:11:56 +0000 (15:11 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:54:12 +0000 (13:54 +0900)
The patch removes unused hdmi_context field.

Change-Id: Id8836961b6dca7c2a09f7d4a99c3455c96057eb6
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c

index bc5bc0daea672cbf16a8a67588b6fcd9c2c4eebe..ef5413818ebab8ff5c3c90421540486a0e2705b0 100644 (file)
@@ -141,7 +141,6 @@ struct hdmi_context {
        struct drm_connector            connector;
        struct drm_encoder              *encoder;
        struct drm_bridge               *bridge;
-       bool                            hpd;
        bool                            powered;
        bool                            phy_enabled;
        bool                            dvi_mode;