diff options
author | Archit Taneja <archit@ti.com> | 2012-10-18 07:21:57 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-22 02:49:31 -0400 |
commit | 5028ea04c8a8a67fe73f18f5f34386730c9c1bf2 (patch) | |
tree | 10a8ab230c1273837b15eaeb8e900cf31c0f3f22 /include/video | |
parent | b111224900ed743cc5a5f4feafdc910b9e8e736c (diff) |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 88c829466fc..f39e6aabce2 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -621,10 +621,6 @@ struct omap_dss_device { | |||
621 | struct { | 621 | struct { |
622 | struct omap_video_timings timings; | 622 | struct omap_video_timings timings; |
623 | 623 | ||
624 | int acbi; /* ac-bias pin transitions per interrupt */ | ||
625 | /* Unit: line clocks */ | ||
626 | int acb; /* ac-bias pin frequency */ | ||
627 | |||
628 | enum omap_dss_dsi_pixel_format dsi_pix_fmt; | 624 | enum omap_dss_dsi_pixel_format dsi_pix_fmt; |
629 | enum omap_dss_dsi_mode dsi_mode; | 625 | enum omap_dss_dsi_mode dsi_mode; |
630 | struct omap_dss_dsi_videomode_timings dsi_vm_timings; | 626 | struct omap_dss_dsi_videomode_timings dsi_vm_timings; |