]> git.baikalelectronics.ru Git - kernel.git/commit
s390/cio: remove unused include linux/spinlock.h from cio.h
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Tue, 15 Jun 2021 07:20:26 +0000 (09:20 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:13 +0000 (09:39 +0200)
commiteb6712c5bbe9ca91e37ef91f9f9cf01c8f1fab02
tree5b1c657e70ea6e2d96b0b3135b5dfe42d54ccc66
parent81336dba2d2b78204814c074743f1765cc65f19c
s390/cio: remove unused include linux/spinlock.h from cio.h

* The linux/spinlock.h header was included indirectly by the decompressor
  and brought unnecessary build dependencies.
* Use proper includes in files which either directly or indirectly included
  cio.h and were hidden until now by the included linux/spinlock.h, e.g.
  linux/string.h for memcpy() or asm/page.h for PAGE_SIZE.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/mem_detect.c
arch/s390/include/asm/cio.h
arch/s390/include/asm/ipl.h
arch/s390/kernel/ipl_vmparm.c