From: Archit Taneja Date: Mon, 4 Feb 2013 06:55:36 +0000 (+0530) Subject: arm: dss-common: don't use reset_gpio from omap4_panda_dvi_device X-Git-Tag: upstream/snapshot3+hdmi~5160^2~9^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29cdecabe22fbf5806ec64d12954b795ba248b77;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git arm: dss-common: don't use reset_gpio from omap4_panda_dvi_device gpio reset info is passed to the tfp410 panel driver via the panel's platform data struct 'tfp410_platform_data'. The tfp driver doesn't use the reset_gpio field in the omap4_panda_dvi_device struct. Remove this field. Signed-off-by: Archit Taneja Cc: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/dss-common.c b/arch/arm/mach-omap2/dss-common.c index b073e8b..393aeef 100644 --- a/arch/arm/mach-omap2/dss-common.c +++ b/arch/arm/mach-omap2/dss-common.c @@ -52,7 +52,6 @@ static struct omap_dss_device omap4_panda_dvi_device = { .driver_name = "tfp410", .data = &omap4_dvi_panel, .phy.dpi.data_lines = 24, - .reset_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO, .channel = OMAP_DSS_CHANNEL_LCD2, };