OSDN Git Service

s390: include linux/io.h instead of asm/io.h
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 22 Jun 2023 08:46:32 +0000 (10:46 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 3 Jul 2023 09:19:40 +0000 (11:19 +0200)
commitb378a982614360686f45c3e6b63fd5d1acd02d08
tree3cae88bb21ff2b7fd35dbea9c2090b9d410c0d22
parentb8af5999779d1225c82fcc960223625b279f5f0d
s390: include linux/io.h instead of asm/io.h

Include linux/io.h instead of asm/io.h everywhere. linux/io.h includes
asm/io.h, so this shouldn't cause any problems. Instead this might help for
some randconfig build errors which were reported due to some undefined io
related functions.

Also move the changed include so it stays grouped together with other
includes from the same directory.

For ctcm_mpc.c also remove not needed comments (actually questions).

Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
19 files changed:
arch/s390/appldata/appldata_base.c
arch/s390/appldata/appldata_mem.c
arch/s390/include/asm/appldata.h
arch/s390/include/asm/dma.h
arch/s390/kernel/cpcmd.c
arch/s390/kernel/dis.c
arch/s390/kernel/perf_cpum_sf.c
arch/s390/kernel/process.c
arch/s390/kvm/priv.c
arch/s390/lib/spinlock.c
arch/s390/mm/maccess.c
drivers/s390/block/dasd_diag.c
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_fba.c
drivers/s390/block/dcssblk.c
drivers/s390/char/con3215.c
drivers/s390/char/monwriter.c
drivers/s390/net/ctcm_mpc.c
drivers/s390/net/netiucv.c