mirror of https://gitee.com/openkylin/linux.git
drm/exynos/hdmi: remove unused field
The patch removes unused hdmi_context field. 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>
This commit is contained in:
parent
d24bb3e59d
commit
cf3e0fdd54
|
@ -103,7 +103,6 @@ struct hdmi_context {
|
|||
struct device *dev;
|
||||
struct drm_device *drm_dev;
|
||||
struct drm_connector connector;
|
||||
bool hpd;
|
||||
bool powered;
|
||||
bool dvi_mode;
|
||||
struct delayed_work hotplug_work;
|
||||
|
|
Loading…
Reference in New Issue