diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2016-12-16 15:11:05 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2017-02-13 16:09:42 -0500 |
commit | ab3a1ffd11d90583c71bd606bf0fd5bfef30bce9 (patch) | |
tree | d8b274be60b3177b7524e670fb8331286d1ae630 /tools/testing/radix-tree/linux/init.h | |
parent | 7a4f11b88981f47d79eb64267e8a2989a18ce831 (diff) |
radix tree test suite: Reduce kernel.h
Many of the definitions in the radix-tree kernel.h are redundant with
others in tools/include, or are no longer used, such as panic().
Move the definition of __init to init.h and in_interrupt() to preempt.h
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'tools/testing/radix-tree/linux/init.h')
-rw-r--r-- | tools/testing/radix-tree/linux/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/radix-tree/linux/init.h b/tools/testing/radix-tree/linux/init.h index 360cabb3c4e7..1bb0afc21309 100644 --- a/tools/testing/radix-tree/linux/init.h +++ b/tools/testing/radix-tree/linux/init.h | |||
@@ -1 +1 @@ | |||
/* An empty file stub that allows radix-tree.c to compile. */ | #define __init | ||