s390: Remove unneeded includes
authorClaudio Imbrenda <imbrenda@linux.ibm.com>
Wed, 28 May 2025 09:54:59 +0000 (11:54 +0200)
committerClaudio Imbrenda <imbrenda@linux.ibm.com>
Wed, 28 May 2025 15:48:04 +0000 (17:48 +0200)
commitaf941f3dd8d75d0f6ae911f25a1e68cdc5db2cfd
treec3b6ad19b15b879c7710e3f376cb6aa667ac4121
parentab73b29efd36f8916c6cc9954e912c4723c9a1b0
s390: Remove unneeded includes

Many files don't need to include asm/tlb.h or asm/gmap.h.
On the other hand, asm/tlb.h does need to include asm/gmap.h.

Remove all unneeded includes so that asm/tlb.h is not directly used by
s390 arch code anymore. Remove asm/gmap.h from a few other files as
well, so that now only KVM code, mm/gmap.c, and asm/tlb.h include it.

Reviewed-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20250528095502.226213-2-imbrenda@linux.ibm.com
Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Message-ID: <20250528095502.226213-2-imbrenda@linux.ibm.com>
arch/s390/include/asm/tlb.h
arch/s390/include/asm/uv.h
arch/s390/kvm/intercept.c
arch/s390/mm/fault.c
arch/s390/mm/gmap.c
arch/s390/mm/init.c
arch/s390/mm/pgalloc.c
arch/s390/mm/pgtable.c