From: Dmitry Torokhov Date: Fri, 4 Nov 2022 03:16:33 +0000 (-0700) Subject: fbdev: omapfb: encoder-tfp410: switch to using gpiod API X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6378085bc373f71b21fb074d62e321088b9a181a;p=linux.git fbdev: omapfb: encoder-tfp410: switch to using gpiod API Switch the driver from legacy gpio API that is deprecated to the newer gpiod API that respects line polarities described in ACPI/DT. Signed-off-by: Dmitry Torokhov Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c b/drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c index 09a59bd93d61a..7bac420169a69 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c +++ b/drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c @@ -6,11 +6,12 @@ * Author: Tomi Valkeinen */ -#include +#include +#include #include +#include #include #include -#include #include