summaryrefslogtreecommitdiff
path: root/tools/testing/memblock
diff options
context:
space:
mode:
authorWei Yang <richard.weiyang@gmail.com>2024-07-12 03:51:37 +0000
committerMike Rapoport (Microsoft) <rppt@kernel.org>2024-08-06 08:17:49 +0300
commitd68c08173b70952cd74bb45075b843f4a637a43b (patch)
tree47a01eb9a1673f5febc8f84a9a04f8fd9b319d01 /tools/testing/memblock
parent19c91bd8932a2e00f8de76022c780951166be9a0 (diff)
memblock tests: include export.h in linkage.h as kernel dose
In kernel code, linkage.h includes export.h. Let's sync with kernel. This is a preparation for move init.h in common include directory. Signed-off-by: Wei Yang <richard.weiyang@gmail.com> CC: Mike Rapoport <rppt@kernel.org> Link: https://lore.kernel.org/r/20240712035138.24674-2-richard.weiyang@gmail.com Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Diffstat (limited to 'tools/testing/memblock')
-rw-r--r--tools/testing/memblock/linux/init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/memblock/linux/init.h b/tools/testing/memblock/linux/init.h
index 4aeddce53310a..bd74abc5cba60 100644
--- a/tools/testing/memblock/linux/init.h
+++ b/tools/testing/memblock/linux/init.h
@@ -3,7 +3,6 @@
#define _LINUX_INIT_H
#include <linux/compiler.h>
-#include <asm/export.h>
#define __section(section) __attribute__((__section__(section)))