summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2018-03-27 15:42:04 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-28 18:39:32 +0200
commitd7beb505ea993613fc5459676f16a777caf1e8c9 (patch)
tree8a936e17b36c9bc74b65a0151cdab808fdcfbdfc /include
parent32d0ca371882a85f439ada0e7f2846ed4b462ab8 (diff)
Revert "video: backlight: pwm_bl: add pwm_gpio"
This reverts commit 95730406a0e3bbd7f862718782924a3c367845a1.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pwm_backlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pwm_backlight.h b/include/linux/pwm_backlight.h
index 0bb37c47aa0e..56f4a866539a 100644
--- a/include/linux/pwm_backlight.h
+++ b/include/linux/pwm_backlight.h
@@ -13,7 +13,6 @@ struct platform_pwm_backlight_data {
unsigned int lth_brightness;
unsigned int pwm_period_ns;
unsigned int *levels;
- unsigned int pwm_gpio;
int (*init)(struct device *dev);
int (*notify)(struct device *dev, int brightness);
void (*notify_after)(struct device *dev, int brightness);