From 52f6d596122a25f021797e139a3d6116614966eb Mon Sep 17 00:00:00 2001 From: Jimmy Rubin Date: Fri, 30 Sep 2011 12:54:39 +0200 Subject: video: mcde: Remove sony display platform data Removes driver specific fields from platform_data in sony display driver. ST-Ericsson ID: 321190 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I2d8a74716de1b8972ab1b5a145e7c1e66896de3d Signed-off-by: Jimmy Rubin Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32719 Reviewed-by: QABUILD Reviewed-by: Marcus LORENTZON --- include/video/mcde_display-sony_acx424akp_dsi.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/video/mcde_display-sony_acx424akp_dsi.h b/include/video/mcde_display-sony_acx424akp_dsi.h index c00c3513da3..9f656fdcc3b 100644 --- a/include/video/mcde_display-sony_acx424akp_dsi.h +++ b/include/video/mcde_display-sony_acx424akp_dsi.h @@ -11,10 +11,6 @@ #ifndef __MCDE_DISPLAY_SONY_ACX424AKP__H__ #define __MCDE_DISPLAY_SONY_ACX424AKP__H__ -#include - -#include "mcde_display.h" - enum display_panel_type { DISPLAY_NONE = 0, DISPLAY_SONY_ACX424AKP = 0x1b81, @@ -23,16 +19,7 @@ enum display_panel_type { struct mcde_display_sony_acx424akp_platform_data { /* Platform info */ int reset_gpio; - bool reset_high; - const char *regulator_id; - int reset_delay; /* ms */ - int reset_low_delay; /* ms */ - int sleep_out_delay; /* ms */ enum display_panel_type disp_panel; /* display panel types */ - - /* Driver data */ - int max_supply_voltage; - int min_supply_voltage; }; #endif /* __MCDE_DISPLAY_SONY_ACX424AKP__H__ */ -- cgit v1.2.3