diff options
author | Jimmy Rubin <jimmy.rubin@stericsson.com> | 2011-09-29 14:55:00 +0200 |
---|---|---|
committer | Jonas ABERG <jonas.aberg@stericsson.com> | 2011-10-13 08:19:19 +0200 |
commit | dfb3fdc9f6d042f3c6c0dbe4bfe7d2f8354ef12d (patch) | |
tree | 585ebbfd98394e6e147a98528716d0a2451dd840 /include/video | |
parent | cabb8b9540860cefe23dfc22de033d914c134537 (diff) |
video: mcde: Move driver data to sony display
Some driver data that are located in the board file should be
filled in by the display driver instead
ST-Ericsson ID: 321190
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I564462d9806cfde90de25ff436e0d4946682ef23
Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32595
Reviewed-by: QABUILD
Reviewed-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/mcde_display-sony_acx424akp_dsi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/mcde_display-sony_acx424akp_dsi.h b/include/video/mcde_display-sony_acx424akp_dsi.h index de862a3f28b..c00c3513da3 100644 --- a/include/video/mcde_display-sony_acx424akp_dsi.h +++ b/include/video/mcde_display-sony_acx424akp_dsi.h @@ -31,8 +31,6 @@ struct mcde_display_sony_acx424akp_platform_data { enum display_panel_type disp_panel; /* display panel types */ /* Driver data */ - bool sony_acx424akp_platform_enable; - struct regulator *regulator; int max_supply_voltage; int min_supply_voltage; }; |