From: Linus Walleij Date: Sat, 29 Feb 2020 22:09:41 +0000 (+0100) Subject: tty: serial: atmel_serial: Drop GPIO includes X-Git-Tag: v5.7-rc1~149^2~93 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=67f468d4ae9fd3589f8086103c13686923f82a57;p=linux.git tty: serial: atmel_serial: Drop GPIO includes Nothing in this driver uses the symbols from these GPIO includes so drop them. These are probably just historical artifacts from befor mctrl_gpio was used. Cc: Ludovic Desroches Cc: Razvan Stefanescu Signed-off-by: Linus Walleij Reviewed-by: Ludovic Desroches Link: https://lore.kernel.org/r/20200229220941.205599-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c index a39c87a7c2e1..d1ab6a0a5c74 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c @@ -20,15 +20,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include -#include #include #include #include