projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883f537
)
OMAPDSS: remove omap_dss_device->channel field
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 24 Jul 2013 09:49:31 +0000
(12:49 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 29 Aug 2013 13:21:51 +0000
(16:21 +0300)
The 'channel' field in struct omap_dss_device is no longer used, and can
be removed.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
include/video/omapdss.h
patch
|
blob
|
blame
|
history
diff --git
a/include/video/omapdss.h
b/include/video/omapdss.h
index b39463553845e42b27afd84066d2793b1609c949..3b68dc2c6410d32f7f902a4f9718353297b1f34c 100644
(file)
--- a/
include/video/omapdss.h
+++ b/
include/video/omapdss.h
@@
-765,9
+765,6
@@
struct omap_dss_device {
enum omap_display_type type;
enum omap_display_type output_type;
- /* obsolete, to be removed */
- enum omap_channel channel;
-
union {
struct {
u8 data_lines;