From: Masahiro Yamada Date: Mon, 4 Apr 2022 06:19:43 +0000 (+0900) Subject: riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage X-Git-Tag: v6.1-rc5~1173^2~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c41778e9526227c2499e8a8fc614bb166b43734;p=platform%2Fkernel%2Flinux-starfive.git riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage I can compile this for ARCH=riscv with CONFIG_UAPI_HEADER_TEST=y. Signed-off-by: Masahiro Yamada Signed-off-by: Arnd Bergmann Reviewed-by: Christoph Hellwig --- diff --git a/usr/include/Makefile b/usr/include/Makefile index 7740777..a1a8403 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -74,10 +74,6 @@ no-header-test += asm/stat.h no-header-test += linux/bpf_perf_event.h endif -ifeq ($(SRCARCH),riscv) -no-header-test += linux/bpf_perf_event.h -endif - ifeq ($(SRCARCH),sparc) no-header-test += asm/stat.h no-header-test += asm/uctx.h