summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2019-07-22 14:16:46 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2019-07-23 10:45:46 +0200
commita963609e27786e2b0a80e649ca78798bf769c5d3 (patch)
treea57ca8d8636c74b2f276172c2c058fb7b583bf01 /usr
parent061c996239490a402aa31cd116f71a8bf9db1d8c (diff)
downloadlinux-0-day-a963609e27786e2b0a80e649ca78798bf769c5d3.tar.gz
linux-0-day-a963609e27786e2b0a80e649ca78798bf769c5d3.tar.xz
kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test
Masahiro Yamada changed the zcrypt.h header file to use __u{16,32,64} instead of uint{16,32,64}_t with ("s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi header"). This makes all s390 header files pass - remove zcrypt.h from the blacklist. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'usr')
-rw-r--r--usr/include/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile
index aa316d99e035f..1fb6abe29b2fd 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -101,10 +101,6 @@ ifeq ($(SRCARCH),riscv)
header-test- += linux/bpf_perf_event.h
endif
-ifeq ($(SRCARCH),s390)
-header-test- += asm/zcrypt.h
-endif
-
ifeq ($(SRCARCH),sparc)
header-test- += asm/stat.h
header-test- += asm/uctx.h