summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h
diff options
context:
space:
mode:
authorMythri P K <mythripk@ti.com>2012-01-06 17:52:07 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-01-25 13:48:32 +0200
commitaeec1a6ccbe28c2cea5f19803394f99859566552 (patch)
treed3c669e900fb47a3712866fb10b2c065b724a30d /drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h
parentdcd6c92267155e70a94b3927bce681ce74b80d1f (diff)
downloadop-kernel-dev-aeec1a6ccbe28c2cea5f19803394f99859566552.zip
op-kernel-dev-aeec1a6ccbe28c2cea5f19803394f99859566552.tar.gz
OMAPDSS: HDMI: remove duplicate video interface code
video interface structure is a duplicate structure with parameters which are already present in ip_data config structure, Thus removing the structure and modifying corresponding code. Signed-off-by: Mythri P K <mythripk@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h')
-rw-r--r--drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h
index a442998..004b4182 100644
--- a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h
+++ b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h
@@ -517,13 +517,6 @@ struct hdmi_video_format {
u32 x_res; /* pixel per line */
};
-struct hdmi_video_interface {
- int vsp; /* Vsync polarity */
- int hsp; /* Hsync polarity */
- int interlacing;
- int tm; /* Timing mode */
-};
-
struct hdmi_audio_format {
enum hdmi_stereo_channels stereo_channels;
u8 active_chnnls_msk;
OpenPOWER on IntegriCloud