kernel/tools/perf/util/strlist.c
.. .. @@ -1,16 +1,15 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com> 3 - *4 - * Licensed under the GPLv2.5 4 */ 6 5 7 6 #include "strlist.h" 8 -#include "util.h"9 7 #include <errno.h> 10 8 #include <stdio.h> 11 9 #include <stdlib.h> 12 10 #include <string.h> 13 11 #include <unistd.h> 12 +#include <linux/zalloc.h>14 13 15 14 static 16 15 struct rb_node *strlist__node_new(struct rblist *rblist, const void *entry)