From 0712b0d16ee2ec690202d8309b0848885901bcfb Mon Sep 17 00:00:00 2001 From: Sanjay Singh Rawat Date: Tue, 26 Jun 2012 16:16:56 +0530 Subject: video: backlight: use gpio request and free apis for backlight pin - Gpio freeing function does disabling job. - If backlight pin is an sfio, we have to claim the gpio. So that we can use the gpio api's to configure it as sfio. bug 984440 bug 858120 Change-Id: I583bf4a486d2d9a6d9b78ee459b1962379eafd3b Signed-off-by: Sanjay Singh Rawat Reviewed-on: http://git-master/r/109564 Reviewed-by: Simone Willett Tested-by: Simone Willett --- include/linux/tegra_pwm_bl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/linux/tegra_pwm_bl.h b/include/linux/tegra_pwm_bl.h index 71a81f2eda88..3ed5e8a3c0a9 100644 --- a/include/linux/tegra_pwm_bl.h +++ b/include/linux/tegra_pwm_bl.h @@ -17,7 +17,6 @@ struct platform_tegra_pwm_backlight_data { int which_dc; int which_pwm; - void (*switch_to_sfio)(int); int gpio_conf_to_sfio; unsigned int dft_brightness; unsigned int max_brightness; -- cgit v1.2.3