mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
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>
This commit is contained in:
parent
883f537a92
commit
9453e79335
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user