aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/omap2/dss/hdmi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 2cb88e8a3f80..2f9883904443 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -63,7 +63,6 @@ static struct {
struct hdmi_ip_data ip_data;
int hdmi_irq;
int hpd;
- int mode;
struct clk *sys_clk;
struct regulator *vdds_hdmi;
@@ -633,9 +632,6 @@ void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev)
cm = hdmi_get_code(&dssdev->panel.timings);
- /* HDMI audio looks at this */
- hdmi.mode = cm.mode;
-
if (cm.code == -1) {
hdmi.ip_data.cfg.cm.code = 0;
/* Assume VESA timing if non-standard */