aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-10-18 16:51:57 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-22 09:49:31 +0300
commit5028ea04c8a8a67fe73f18f5f34386730c9c1bf2 (patch)
tree10a8ab230c1273837b15eaeb8e900cf31c0f3f22 /include/video
parentOMAPDSS: DISPC: cleanup lcd/digit enable/disable (diff)
downloadlinux-dev-5028ea04c8a8a67fe73f18f5f34386730c9c1bf2.tar.xz
linux-dev-5028ea04c8a8a67fe73f18f5f34386730c9c1bf2.zip
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 <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h4
1 files changed, 0 insertions, 4 deletions
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;