From 635b258962da2f0ab6d94f2bf9c31bcedc071adc Mon Sep 17 00:00:00 2001 From: Zihao Tang Date: Thu, 13 May 2021 11:01:33 +0800 Subject: [PATCH] tty: serial: atmel: include instead of Include the more general linux/io.h instead of asm/io.h as checkpatch suggests. Signed-off-by: Zihao Tang Signed-off-by: Jay Fang Link: https://lore.kernel.org/r/1620874904-39285-2-git-send-email-f.fangjian@huawei.com Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/atmel_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c index 058886d9045b..249ea35088d2 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c @@ -30,9 +30,9 @@ #include #include #include +#include #include -#include #include #define PDC_BUFFER_SIZE 512