From: Linus Walleij Date: Wed, 26 Aug 2020 07:05:40 +0000 (+0200) Subject: backlight: tosa_bl: Include the right header X-Git-Tag: Ubuntu-5.13.0-19.19~4854^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=97ecfda1a8ffc5ffc9681d0dfa65fd5b39839dfe;p=mirror_ubuntu-jammy-kernel.git backlight: tosa_bl: Include the right header The Tosa backlight driver was converted to use GPIO descriptors in 0b0cb52bd80eda76c4b9921f5cf9c1b709d44e83 ("video: backlight: tosa: Use GPIO lookup table") but still includes rather than . Fix it. Cc: Arnd Bergmann Cc: Robert Jarzmik Signed-off-by: Linus Walleij Reviewed-by: Daniel Thompson Signed-off-by: Lee Jones --- diff --git a/drivers/video/backlight/tosa_bl.c b/drivers/video/backlight/tosa_bl.c index cff5e96fd988..6df6fcd132e3 100644 --- a/drivers/video/backlight/tosa_bl.c +++ b/drivers/video/backlight/tosa_bl.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include