mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 15:44:01 +08:00
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>
This commit is contained in:
parent
18840d3fbd
commit
febfd1b92c
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user