Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: serial: icom: include <linux/io.h> instead of <asm/io.h>

Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Signed-off-by: Zihao Tang <tangzihao1@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1620874904-39285-4-git-send-email-f.fangjian@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zihao Tang and committed by
Greg Kroah-Hartman
0ebee1eb 27bcf79b

+1 -1
+1 -1
drivers/tty/serial/icom.c
··· 37 37 #include <linux/firmware.h> 38 38 #include <linux/bitops.h> 39 39 40 - #include <asm/io.h> 40 + #include <linux/io.h> 41 41 #include <asm/irq.h> 42 42 #include <linux/uaccess.h> 43 43