backlight: tosa_lcd: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Aug 2020 07:09:17 +0000 (09:09 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 8 Sep 2020 11:30:02 +0000 (12:30 +0100)
commita47a2b98f341679807e6c64b520391f3630e8804
treed5c043423f8d52eb7b8f9432fbad348ebf2cd8d5
parent5317f37e48b953be94bfdbb6474542363467c37e
backlight: tosa_lcd: Include the right header

The Tosa backlight LCDE driver was converted to use GPIO descriptors
in 0b0cb52bd80eda76c4b9921f5cf9c1b709d44e83
("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_lcd.c