]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/testing: abstract two init.h into common include directory
authorWei Yang <richard.weiyang@gmail.com>
Fri, 12 Jul 2024 03:51:38 +0000 (03:51 +0000)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Tue, 6 Aug 2024 05:17:50 +0000 (08:17 +0300)
commite2ae9cf39f8806d2d8f5eb0a22ba511804a804ec
tree083f1961a588675c12e89b13fd65772de84dfb74
parentd68c08173b70952cd74bb45075b843f4a637a43b
tools/testing: abstract two init.h into common include directory

Currently we have two test suits define its own init.h. This is a little
redundant.

Let's create a init.h in common include directory and merge these two
into it.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
CC: Mike Rapoport <rppt@kernel.org>
CC: Liam R. Howlett <Liam.Howlett@oracle.com>
Link: https://lore.kernel.org/r/20240712035138.24674-3-richard.weiyang@gmail.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
tools/include/linux/compiler.h
tools/include/linux/init.h [moved from tools/testing/memblock/linux/init.h with 81% similarity]
tools/testing/radix-tree/linux/init.h [deleted file]
tools/testing/radix-tree/maple.c