From: Zihao Tang Date: Thu, 13 May 2021 03:01:37 +0000 (+0800) Subject: tty: serial: mux: include instead of X-Git-Tag: v5.14-rc1~65^2~170 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b1c92c121b77fc8e05a19f058a0b5ebfd95fee94;p=linux-block.git tty: serial: mux: 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-6-git-send-email-f.fangjian@huawei.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c index 47ab280f553b..be640d9863cd 100644 --- a/drivers/tty/serial/mux.c +++ b/drivers/tty/serial/mux.c @@ -21,7 +21,7 @@ #include #include /* for udelay */ #include -#include +#include #include #include