]> git.baikalelectronics.ru Git - kernel.git/commit
tools: fix compilation after gfp_types.h split
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 2 Sep 2022 19:19:23 +0000 (20:19 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 11 Sep 2022 23:22:31 +0000 (16:22 -0700)
commit2b13e681e0fc3af496641d3fe9718db0c4e2e2de
tree10b6fadb72273d5582375521a195b3601483309c
parent8b22a7b7edcff0b4ef0a9b2cddaae806ffb28ec3
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: 49b00bd528ee (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>
tools/include/linux/gfp.h
tools/include/linux/gfp_types.h [new file with mode: 0644]