From 7a7c48f9ab374f5fb279f31634d857adc3f0c78c Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Thu, 25 Aug 2011 18:25:03 +0530 Subject: OMAP: DSS2: Use MIPI DSI enums from include/video/mipi_display.h 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 [tomi.valkeinen@ti.com: reformatted the commit message] Signed-off-by: Tomi Valkeinen --- drivers/video/omap2/dss/dsi.c | 48 +++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 29 deletions(-) (limited to 'drivers/video/omap2/dss/dsi.c') diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 52a4a0274c7a..6735e0c8bdf7 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c @@ -39,6 +39,7 @@ #include #include