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

tty: serial: pmac_zilog: include <linux/io.h> insteiad 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-7-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
ce6ff280 b1c92c12

+1 -1
+1 -1
drivers/tty/serial/pmac_zilog.c
··· 47 47 #include <linux/of_address.h> 48 48 #include <linux/of_irq.h> 49 49 #include <asm/sections.h> 50 - #include <asm/io.h> 50 + #include <linux/io.h> 51 51 #include <asm/irq.h> 52 52 53 53 #ifdef CONFIG_PPC_PMAC