Re: [PATCH 2/2] video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

2018-12-17 Thread Daniel Thompson
On Sun, Dec 16, 2018 at 08:02:47AM +0300, Alexander Shiyan wrote: > This patch removes dependencies on BACKLIGHT_CLASS_DEVICE for items > that are already placed under #ifdef BACKLIGHT_CLASS_DEVICE. s/#ifdef/if/ Once that is fixed: Acked-by: Daniel Thompson > > Signed-off-by: Alexander Shiyan

[PATCH 2/2] video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

2018-12-16 Thread Alexander Shiyan
This patch removes dependencies on BACKLIGHT_CLASS_DEVICE for items that are already placed under #ifdef BACKLIGHT_CLASS_DEVICE. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/Kconfig | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git