Skip to content

Commit

Permalink
kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
  • Loading branch information
heicarst committed Jul 23, 2019
1 parent 061c996 commit a963609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a963609

Please sign in to comment.