drm/omap: omapdss.h: remove unused struct omap_dss_hdmi_data
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Feb 2016 14:59:38 +0000 (16:59 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:20 +0000 (17:38 +0200)
'struct omap_dss_hdmi_data' is not used anywhere, so we can remove it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h

index 6c1a3e1b4d555ddb21137b9faf4e75e9ea12baf8..07c7d993c021d33682f63286a197be1823d0aa7c 100644 (file)
@@ -785,13 +785,6 @@ struct omap_dss_device {
        struct omap_dss_device *dst;
 };
 
-struct omap_dss_hdmi_data
-{
-       int ct_cp_hpd_gpio;
-       int ls_oe_gpio;
-       int hpd_gpio;
-};
-
 struct omap_dss_driver {
        int (*probe)(struct omap_dss_device *);
        void (*remove)(struct omap_dss_device *);
This page took 0.024389 seconds and 5 git commands to generate.