forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/tools/perf/util/xyarray.c
....@@ -1,8 +1,8 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "xyarray.h"
3
-#include "util.h"
43 #include <stdlib.h>
54 #include <string.h>
5
+#include <linux/zalloc.h>
66
77 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size)
88 {