diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-07-24 05:49:31 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-29 09:21:51 -0400 |
commit | 9453e79335da4a49031341e58ce6faf343d9bb6d (patch) | |
tree | c3699fe6affdb4d0a98d364278e3bb875cdccba7 /include/video | |
parent | 883f537a92734700f62ebd3e277bd2113d6f0122 (diff) |
OMAPDSS: remove omap_dss_device->channel field
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>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index b39463553845..3b68dc2c6410 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -765,9 +765,6 @@ struct omap_dss_device { | |||
765 | enum omap_display_type type; | 765 | enum omap_display_type type; |
766 | enum omap_display_type output_type; | 766 | enum omap_display_type output_type; |
767 | 767 | ||
768 | /* obsolete, to be removed */ | ||
769 | enum omap_channel channel; | ||
770 | |||
771 | union { | 768 | union { |
772 | struct { | 769 | struct { |
773 | u8 data_lines; | 770 | u8 data_lines; |