OMAP: DSS2: Use MIPI DSI enums from include/video/mipi_display.h
authorArchit Taneja <archit@ti.com>
Thu, 25 Aug 2011 12:55:03 +0000 (18:25 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:25 +0000 (16:16 +0300)
MIPI DSI Transaction types and DCS commands are currently defined as
macros in dsi.c and panel-taal.c, remove these and replace them with
enum members defined in include/video/mipi_display.h.

Signed-off-by: Archit Taneja <archit@ti.com>
[tomi.valkeinen@ti.com: reformatted the commit message]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found