From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:20 +0000 (+0200) Subject: bpf: Include instead of X-Git-Tag: v6.13-rc1~195^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaedc2ff9785be2a995b3258995a12dc272c71ce;p=thirdparty%2Fkernel%2Flinux.git bpf: Include instead of Substitute the inclusion of header with to allow the removal of legacy inclusion of from . Signed-off-by: Uros Bizjak Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: John Fastabend Cc: Andrii Nakryiko Cc: Martin KaFai Lau Cc: Eduard Zingerman Cc: Song Liu Cc: Yonghong Song Cc: KP Singh Cc: Stanislav Fomichev Cc: Hao Luo Cc: Jiri Olsa Signed-off-by: Jason A. Donenfeld --- diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index 4e07cc057d6f2..66474021f84e7 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include