From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 03 Jan 2024 09:43:39 +0000
Subject: [PATCH] update kernel to 5.10.198

---
 kernel/tools/perf/include/bpf/stdio.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/kernel/tools/perf/include/bpf/stdio.h b/kernel/tools/perf/include/bpf/stdio.h
index 2899cb7..316af5b 100644
--- a/kernel/tools/perf/include/bpf/stdio.h
+++ b/kernel/tools/perf/include/bpf/stdio.h
@@ -9,9 +9,6 @@
        .max_entries = __NR_CPUS__,
 };
 
-static int (*perf_event_output)(void *, struct bpf_map *, int, void *, unsigned long) =
-	(void *)BPF_FUNC_perf_event_output;
-
 #define puts(from) \
 	({ const int __len = sizeof(from); \
 	   char __from[__len] = from; \

--
Gitblit v1.6.2