From: Tomi Valkeinen Date: Fri, 19 Feb 2016 14:59:38 +0000 (+0200) Subject: drm/omap: omapdss.h: remove unused struct omap_dss_hdmi_data X-Git-Tag: v4.6-rc1~61^2~22^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=febfd1b92ca5559d495839d54e4a72044553a739;p=thirdparty%2Flinux.git 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 --- diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 6c1a3e1b4d555..07c7d993c021d 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -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 *);