summaryrefslogtreecommitdiff
path: root/tools/include/linux/gfp_types.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-09-02 22:19:23 +0300
committerAndrew Morton <akpm@linux-foundation.org>2022-09-12 02:22:31 +0300
commit283c05f66dcaecb0c6d5c55dd7e4dab5c631dd92 (patch)
tree10b6fadb72273d5582375521a195b3601483309c /tools/include/linux/gfp_types.h
parent1552fd3ef7dbe07208b8ae84a0a6566adf7dfc9d (diff)
downloadlinux-283c05f66dcaecb0c6d5c55dd7e4dab5c631dd92.tar.xz
tools: fix compilation after gfp_types.h split
When gfp_types.h was split from gfp.h, it broke the radix test suite. Fix the test suite by using gfp_types.h in the tools gfp.h header. Link: https://lkml.kernel.org/r/20220902191923.1735933-1-willy@infradead.org Fixes: cb5a065b4ea9 (headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>) Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reported-by: Liam R. Howlett <Liam.Howlett@oracle.com> Reviewed-by: Yury Norov <yury.norov@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/include/linux/gfp_types.h')
-rw-r--r--tools/include/linux/gfp_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/gfp_types.h b/tools/include/linux/gfp_types.h
new file mode 100644
index 000000000000..5f9f1ed190a0
--- /dev/null
+++ b/tools/include/linux/gfp_types.h
@@ -0,0 +1 @@
+#include "../../../include/linux/gfp_types.h"