From: Archit Taneja Date: Thu, 18 Oct 2012 11:21:57 +0000 (+0530) Subject: OMAPDSS: Remove acb and acbi fields from omap_dss_device X-Git-Tag: firefly_0821_release~3680^2~1437^2^2~64 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5028ea04c8a8a67fe73f18f5f34386730c9c1bf2;p=firefly-linux-kernel-4.4.55.git OMAPDSS: Remove acb and acbi fields from omap_dss_device 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 Signed-off-by: Tomi Valkeinen --- diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 88c829466fc1..f39e6aabce21 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -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;