Commit a963609e authored by Heiko Carstens's avatar Heiko Carstens

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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 061c9962
...@@ -101,10 +101,6 @@ ifeq ($(SRCARCH),riscv) ...@@ -101,10 +101,6 @@ ifeq ($(SRCARCH),riscv)
header-test- += linux/bpf_perf_event.h header-test- += linux/bpf_perf_event.h
endif endif
ifeq ($(SRCARCH),s390)
header-test- += asm/zcrypt.h
endif
ifeq ($(SRCARCH),sparc) ifeq ($(SRCARCH),sparc)
header-test- += asm/stat.h header-test- += asm/stat.h
header-test- += asm/uctx.h header-test- += asm/uctx.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment