From: Ludovic Desroches Date: Mon, 12 Mar 2018 16:06:52 +0000 (+0100) Subject: video: fbdev: atmel_lcdfb: convert to use GPIO descriptors X-Git-Tag: v5.15~6020^2~250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a81265222e90ac71a4b43e8a4effb59472f845d6;p=platform%2Fkernel%2Flinux-starfive.git video: fbdev: atmel_lcdfb: convert to use GPIO descriptors Use GPIO descriptors instead of relying on the old method. Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Reviewed-by: Linus Walleij Reviewed-by: Andy Shevchenko Cc: Alexandre Belloni Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c index 3dee267..076d24a 100644 --- a/drivers/video/fbdev/atmel_lcdfb.c +++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -18,10 +18,10 @@ #include #include #include +#include #include #include #include -#include #include