diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2016-12-28 19:40:49 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2017-02-13 16:09:41 -0500 |
commit | 7a4f11b88981f47d79eb64267e8a2989a18ce831 (patch) | |
tree | 39b26adca6db24bb6c71edd9ca6087d9eb175da2 /tools | |
parent | 12ea65390bd5a46f8a70f068eb0d48922576a781 (diff) |
radix tree test suite: Remove export.h
The tools/include export.h contains everything we need.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/radix-tree/linux/export.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/radix-tree/linux/export.h b/tools/testing/radix-tree/linux/export.h deleted file mode 100644 index b6afd131998d..000000000000 --- a/tools/testing/radix-tree/linux/export.h +++ /dev/null @@ -1,2 +0,0 @@ - -#define EXPORT_SYMBOL(sym) |