summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-02-19 09:59:38 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-03 10:38:20 -0500
commitfebfd1b92ca5559d495839d54e4a72044553a739 (patch)
treefe2417bb2b9d7929958c340dfde4572506231111
parent18840d3fbd9037ae8557354ea9d020314a168540 (diff)
drm/omap: omapdss.h: remove unused struct omap_dss_hdmi_data
'struct omap_dss_hdmi_data' is not used anywhere, so we can remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--include/video/omapdss.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 6c1a3e1b4d55..07c7d993c021 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -785,13 +785,6 @@ struct omap_dss_device {
785 struct omap_dss_device *dst; 785 struct omap_dss_device *dst;
786}; 786};
787 787
788struct omap_dss_hdmi_data
789{
790 int ct_cp_hpd_gpio;
791 int ls_oe_gpio;
792 int hpd_gpio;
793};
794
795struct omap_dss_driver { 788struct omap_dss_driver {
796 int (*probe)(struct omap_dss_device *); 789 int (*probe)(struct omap_dss_device *);
797 void (*remove)(struct omap_dss_device *); 790 void (*remove)(struct omap_dss_device *);