diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-11-17 10:21:51 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-22 13:55:22 +0300 |
commit | 5a7fbe452ad9e4a8988d4c20d7acf148383f8106 (patch) | |
tree | 7f9fbd3860bfce6b3c2fa23ab70c07a19c818cec /include/linux/pwm_backlight.h | |
parent | 901ae537b7977716dc6d2db34b3a75d64a72ab2b (diff) | |
download | linux-5a7fbe452ad9e4a8988d4c20d7acf148383f8106.tar.xz |
backlight: pwm_bl: Drop support for legacy PWM probing
There is no in-tree user left which relies on legacy probing. So drop
support for it which removes another user of the deprecated
pwm_request() function.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221117072151.3789691-1-u.kleine-koenig@pengutronix.de
Diffstat (limited to 'include/linux/pwm_backlight.h')
-rw-r--r-- | include/linux/pwm_backlight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pwm_backlight.h b/include/linux/pwm_backlight.h index 06086cb93b6f..cdd2ac366bc7 100644 --- a/include/linux/pwm_backlight.h +++ b/include/linux/pwm_backlight.h @@ -8,7 +8,6 @@ #include <linux/backlight.h> struct platform_pwm_backlight_data { - int pwm_id; unsigned int max_brightness; unsigned int dft_brightness; unsigned int lth_brightness; |