From: Zihao Tang Date: Thu, 13 May 2021 03:01:39 +0000 (+0800) Subject: tty: serial: txx9: include instead of X-Git-Tag: accepted/tizen/unified/20230118.172025~6888^2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10dab44f78dfa45bcd7862a887362355e522639d;p=platform%2Fkernel%2Flinux-rpi.git tty: serial: txx9: 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-8-git-send-email-f.fangjian@huawei.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c index 0a7e5b7..aaca4fe 100644 --- a/drivers/tty/serial/serial_txx9.c +++ b/drivers/tty/serial/serial_txx9.c @@ -24,7 +24,7 @@ #include #include -#include +#include static char *serial_version = "1.11"; static char *serial_name = "TX39/49 Serial driver";