OMAPDSS: Remove acb and acbi fields from omap_dss_device
authorArchit Taneja <archit@ti.com>
Thu, 18 Oct 2012 11:21:57 +0000 (16:51 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Oct 2012 06:49:31 +0000 (09:49 +0300)
acbi and acb fields were meant for passive matrix panels which omapdss
doesn't support any longer. Remove these fields from omap_dss_device
struct.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h

index 88c829466fc1151c61edac08789939d0c00aba47..f39e6aabce21d62dfc29d6591f75cb99c7f0a63d 100644 (file)
@@ -621,10 +621,6 @@ struct omap_dss_device {
        struct {
                struct omap_video_timings timings;
 
-               int acbi;       /* ac-bias pin transitions per interrupt */
-               /* Unit: line clocks */
-               int acb;        /* ac-bias pin frequency */
-
                enum omap_dss_dsi_pixel_format dsi_pix_fmt;
                enum omap_dss_dsi_mode dsi_mode;
                struct omap_dss_dsi_videomode_timings dsi_vm_timings;