From: Tomi Valkeinen Date: Wed, 24 Jul 2013 09:49:31 +0000 (+0300) Subject: OMAPDSS: remove omap_dss_device->channel field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9453e79335da4a49031341e58ce6faf343d9bb6d;p=linux-beck.git 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 Reviewed-by: Archit Taneja --- 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 { enum omap_display_type type; enum omap_display_type output_type; - /* obsolete, to be removed */ - enum omap_channel channel; - union { struct { u8 data_lines;