aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-07 13:55:16 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-07 13:55:16 -0700
commit75c727155ce1239c1417ba32a48c796de0d762d4 (patch)
treefa73c6fdf72e9fb6b7d3bbe5253b0bfc3a02dfe2 /include/linux/platform_data
parentMerge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd (diff)
parentbacklight: gpio_backlight: Delete pdata inversion (diff)
downloadlinux-dev-75c727155ce1239c1417ba32a48c796de0d762d4.tar.xz
linux-dev-75c727155ce1239c1417ba32a48c796de0d762d4.zip
Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
Pull backlight updates from Lee Jones: "Fix-ups: - Constification; pwm_bl - Use new GPIO API; gpio_backlight - Remove unused functionality; gpio_backlight Bug Fixes: - Fix artificial MAXREG limit; lm3630a_bl" * tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight: backlight: gpio_backlight: Delete pdata inversion backlight: gpio_backlight: Convert to use GPIO descriptor backlight: pwm_bl: Make of_device_ids const backlight: lm3630a: Bump REG_MAX value to 0x50 instead of 0x1F
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/gpio_backlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio_backlight.h b/include/linux/platform_data/gpio_backlight.h
index 5ae0d9c80d4d..683d90453c41 100644
--- a/include/linux/platform_data/gpio_backlight.h
+++ b/include/linux/platform_data/gpio_backlight.h
@@ -14,7 +14,6 @@ struct gpio_backlight_platform_data {
struct device *fbdev;
int gpio;
int def_value;
- bool active_low;
const char *name;
};