From: Zihao Tang Date: Thu, 13 May 2021 03:01:42 +0000 (+0800) Subject: tty: serial: sunzilog: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=933100787d6463e0d4ff634cbcd59b417d9c7e39;p=linux.git tty: serial: sunzilog: 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-11-git-send-email-f.fangjian@huawei.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/sunzilog.c b/drivers/tty/serial/sunzilog.c index 001e19d7c17db..1a54e3e52ed63 100644 --- a/drivers/tty/serial/sunzilog.c +++ b/drivers/tty/serial/sunzilog.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include