From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/tools/perf/util/intlist.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/tools/perf/util/intlist.c b/kernel/tools/perf/util/intlist.c index 89715b6..84e5304 100644 --- a/kernel/tools/perf/util/intlist.c +++ b/kernel/tools/perf/util/intlist.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Based on intlist.c by: * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - * - * Licensed under the GPLv2. */ #include <errno.h> -- Gitblit v1.6.2