diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-07-06 10:24:41 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-07-06 10:24:41 +0300 |
commit | d2d61ed55f8375a10ff606e83e2196880a775fb4 (patch) | |
tree | 43784f27647e4bb8868767361029a1e2897688f6 /tools/include/linux/export.h | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
parent | 307bc971959aaa2df44032e7f6b0bda1f7e26890 (diff) | |
download | linux-d2d61ed55f8375a10ff606e83e2196880a775fb4.tar.xz |
Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull rbtree build fix from Arnaldo Carvalho de Melo.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/include/linux/export.h')
-rw-r--r-- | tools/include/linux/export.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/include/linux/export.h b/tools/include/linux/export.h deleted file mode 100644 index d07e586b9ba0..000000000000 --- a/tools/include/linux/export.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _TOOLS_LINUX_EXPORT_H_ -#define _TOOLS_LINUX_EXPORT_H_ - -#define EXPORT_SYMBOL(sym) -#define EXPORT_SYMBOL_GPL(sym) -#define EXPORT_SYMBOL_GPL_FUTURE(sym) -#define EXPORT_UNUSED_SYMBOL(sym) -#define EXPORT_UNUSED_SYMBOL_GPL(sym) - -#endif |