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

tty: serial: dz: 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-3-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
27bcf79b 635b2589

+1 -1
+1 -1
drivers/tty/serial/dz.c
··· 47 47 #include <linux/tty_flip.h> 48 48 49 49 #include <linux/atomic.h> 50 + #include <linux/io.h> 50 51 #include <asm/bootinfo.h> 51 - #include <asm/io.h> 52 52 53 53 #include <asm/dec/interrupts.h> 54 54 #include <asm/dec/kn01.h>