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: v4.17-rc1~63^2~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a81265222e90ac71a4b43e8a4effb59472f845d6;p=linux.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 3dee267d7c75..076d24afbd72 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