We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c91bd commit d68c081Copy full SHA for d68c081
tools/include/linux/linkage.h
@@ -1,4 +1,6 @@
1
#ifndef _TOOLS_INCLUDE_LINUX_LINKAGE_H
2
#define _TOOLS_INCLUDE_LINUX_LINKAGE_H
3
4
+#include <linux/export.h>
5
+
6
#endif /* _TOOLS_INCLUDE_LINUX_LINKAGE_H */
tools/testing/memblock/linux/init.h
@@ -3,7 +3,6 @@
#define _LINUX_INIT_H
#include <linux/compiler.h>
-#include <asm/export.h>
7
8
#define __section(section) __attribute__((__section__(section)))
9
0 commit comments