summaryrefslogtreecommitdiff
path: root/tools/include/asm/export.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-11-08 12:17:15 +0300
committerIngo Molnar <mingo@kernel.org>2017-11-08 12:17:15 +0300
commit8a103df440afea30c91ebd42e61dc644e647f4bd (patch)
tree2cfa99e9c6e1e138e1404bce4294e46cb0034cce /tools/include/asm/export.h
parenta9903f04e0a4ea522d959c2f287cdf0ab029e324 (diff)
parentfbc3edf7d7731d7a22c483c679700589bab936a3 (diff)
downloadlinux-8a103df440afea30c91ebd42e61dc644e647f4bd.tar.xz
Merge branch 'linus' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/include/asm/export.h')
-rw-r--r--tools/include/asm/export.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/include/asm/export.h b/tools/include/asm/export.h
new file mode 100644
index 000000000000..2cb1a0d83035
--- /dev/null
+++ b/tools/include/asm/export.h
@@ -0,0 +1,7 @@
+#ifndef _TOOLS_ASM_EXPORT_H
+#define _TOOLS_ASM_EXPORT_H
+
+#define EXPORT_SYMBOL(x)
+#define EXPORT_SYMBOL_GPL(x)
+
+#endif /* _TOOLS_ASM_EXPORT_H */