OMAPDSS: remove omap_dss_device->channel field
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Jul 2013 09:49:31 +0000 (12:49 +0300)
committerTomi 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

index b39463553845e42b27afd84066d2793b1609c949..3b68dc2c6410d32f7f902a4f9718353297b1f34c 100644 (file)
@@ -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;