[PATCH 2/2] radix tree test suite: remove the local copy of kconfig.h

From: Wei Yang
Date: Fri Jul 12 2024 - 03:42:27 EST


The local copy of kconfig.h includes the kconfig.h from kernel source,
which is almost the same as the one in tools/include/linux.

Remove the local copy and use the common one.

Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxx>
CC: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
CC: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
---
tools/testing/radix-tree/linux/kconfig.h | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 tools/testing/radix-tree/linux/kconfig.h

diff --git a/tools/testing/radix-tree/linux/kconfig.h b/tools/testing/radix-tree/linux/kconfig.h
deleted file mode 100644
index 6c8675859913..000000000000
--- a/tools/testing/radix-tree/linux/kconfig.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../../../include/linux/kconfig.h"
--
2.34.1