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

tty: serial: ip22zilog: 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-5-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
3dccc357 0ebee1eb

+1 -1
+1 -1
drivers/tty/serial/ip22zilog.c
··· 31 31 #include <linux/spinlock.h> 32 32 #include <linux/init.h> 33 33 34 - #include <asm/io.h> 34 + #include <linux/io.h> 35 35 #include <asm/irq.h> 36 36 #include <asm/sgialib.h> 37 37 #include <asm/sgi/ioc.h>