summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/gfp.h
diff options
context:
space:
mode:
authorMatthew Wilcox2016-12-16 20:53:45 +0100
committerMatthew Wilcox2017-02-13 22:09:41 +0100
commit12ea65390bd5a46f8a70f068eb0d48922576a781 (patch)
tree014cc8039fa7318fa2eb6fa8392d26c8897fb14f /tools/testing/radix-tree/linux/gfp.h
parentradix tree test suite: Remove mempool (diff)
downloadkernel-qcow2-linux-12ea65390bd5a46f8a70f068eb0d48922576a781.tar.gz
kernel-qcow2-linux-12ea65390bd5a46f8a70f068eb0d48922576a781.tar.xz
kernel-qcow2-linux-12ea65390bd5a46f8a70f068eb0d48922576a781.zip
radix tree test suite: Remove types.h
Move the pieces we still need to tools/include and update a few implicit includes. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'tools/testing/radix-tree/linux/gfp.h')
-rw-r--r--tools/testing/radix-tree/linux/gfp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/gfp.h b/tools/testing/radix-tree/linux/gfp.h
index 5b09b2ce6c33..701209816a6b 100644
--- a/tools/testing/radix-tree/linux/gfp.h
+++ b/tools/testing/radix-tree/linux/gfp.h
@@ -1,6 +1,8 @@
#ifndef _GFP_H
#define _GFP_H
+#include <linux/types.h>
+
#define __GFP_BITS_SHIFT 26
#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))