projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18840d3
)
drm/omap: omapdss.h: remove unused struct omap_dss_hdmi_data
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 19 Feb 2016 14:59:38 +0000
(16:59 +0200)
committer
Tomi 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
patch
|
blob
|
history
diff --git
a/include/video/omapdss.h
b/include/video/omapdss.h
index
6c1a3e1
..
07c7d99
100644
(file)
--- 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 *);