]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: tosa_bl: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Aug 2020 07:05:40 +0000 (09:05 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 8 Sep 2020 11:31:19 +0000 (12:31 +0100)
commit3ee507f78cfbbd0ae6adaa116bdb4997dd4f9c7c
tree79537c6d2e7ebc90d45327e5a39875ff5310b010
parentcbb5d856e73dae9097c996d0b2f482719aea12de
backlight: tosa_bl: Include the right header

The Tosa backlight driver was converted to use GPIO descriptors
in b3e966e593552b21e18faadd884c2e08f52bdc6b
("video: backlight: tosa: Use GPIO lookup table") but
still includes <linux/gpio.h> rather than <linux/gpio/consumer.h>.
Fix it.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/tosa_bl.c