hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/tools/perf/util/strlist.c
....@@ -1,16 +1,15 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com>
3
- *
4
- * Licensed under the GPLv2.
54 */
65
76 #include "strlist.h"
8
-#include "util.h"
97 #include <errno.h>
108 #include <stdio.h>
119 #include <stdlib.h>
1210 #include <string.h>
1311 #include <unistd.h>
12
+#include <linux/zalloc.h>
1413
1514 static
1615 struct rb_node *strlist__node_new(struct rblist *rblist, const void *entry)