drm/omap: dss: Rename omap_dss_device list field to output_list

For coherency with the panel_list field, rename list to output_list.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Laurent Pinchart
2018-02-28 23:48:35 +02:00
committed by Tomi Valkeinen
parent df91128b20
commit 7e7a0edecc
2 changed files with 6 additions and 6 deletions

View File

@@ -481,7 +481,7 @@ struct omap_dss_device {
/* OMAP DSS output specific fields */
struct list_head list;
struct list_head output_list;
/* DISPC channel for this output */
enum omap_channel dispc_channel;