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

tty: serial: mux: 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-6-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
b1c92c12 3dccc357

+1 -1
+1 -1
drivers/tty/serial/mux.c
··· 21 21 #include <linux/console.h> 22 22 #include <linux/delay.h> /* for udelay */ 23 23 #include <linux/device.h> 24 - #include <asm/io.h> 24 + #include <linux/io.h> 25 25 #include <asm/irq.h> 26 26 #include <asm/parisc-device.h> 27 27