]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/ptrace: Explicitly include <linux/typecheck.h>
authorJens Remus <jremus@linux.ibm.com>
Thu, 23 Oct 2025 09:23:58 +0000 (11:23 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Oct 2025 13:25:56 +0000 (15:25 +0200)
commitf25d952ab63f5742c343c332879d88fd49c589c3
treee4929603f05502e02278594b780704173b2d2c04
parent51d921a613b1e89a47c2c262bbef1d7b0b032ac7
s390/ptrace: Explicitly include <linux/typecheck.h>

The psw_bits() macro makes use of typecheck() without that typecheck.h
is included. Add the missing include to avoid potential future compile
problems.

[hca@linux.ibm.com: change commit message]

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/ptrace.h