Commit 9453e793 authored by Tomi Valkeinen's avatar Tomi Valkeinen

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: default avatarArchit Taneja <archit@ti.com>
parent 883f537a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment