From 67f468d4ae9fd3589f8086103c13686923f82a57 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 29 Feb 2020 23:09:41 +0100 Subject: [PATCH] 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 --- drivers/tty/serial/atmel_serial.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.25.1