[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240712074151.27009-2-richard.weiyang@gmail.com>
Date: Fri, 12 Jul 2024 07:41:51 +0000
From: Wei Yang <richard.weiyang@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
Wei Yang <richard.weiyang@...il.com>,
"Liam R. Howlett" <Liam.Howlett@...cle.com>,
Matthew Wilcox <willy@...radead.org>
Subject: [PATCH 2/2] radix tree test suite: remove the local copy of kconfig.h
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@...il.com>
CC: "Liam R. Howlett" <Liam.Howlett@...cle.com>
CC: Matthew Wilcox (Oracle) <willy@...radead.org>
---
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
Powered by blists - more mailing lists