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

tty: serial: sunsu: 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-10-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
4f1c6581 d890c508

+1 -1
+1 -1
drivers/tty/serial/sunsu.c
··· 39 39 #include <linux/delay.h> 40 40 #include <linux/of_device.h> 41 41 42 - #include <asm/io.h> 42 + #include <linux/io.h> 43 43 #include <asm/irq.h> 44 44 #include <asm/prom.h> 45 45 #include <asm/setup.h>