Skip to content

Commit f25d952

Browse files
Jens Remushcahca
authored andcommitted
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>
1 parent 51d921a commit f25d952

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/s390/include/asm/ptrace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define _S390_PTRACE_H
99

1010
#include <linux/bits.h>
11+
#include <linux/typecheck.h>
1112
#include <uapi/asm/ptrace.h>
1213
#include <asm/thread_info.h>
1314
#include <asm/tpi.h>

0 commit comments

Comments
 (0)