From: Heiko Carstens Date: Mon, 22 Jul 2019 12:16:46 +0000 (+0200) Subject: kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test X-Git-Tag: v5.3-rc2~14^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a963609e27786e2b0a80e649ca78798bf769c5d3;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Heiko Carstens --- 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