diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-06-10 10:56:49 +0200 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-07-15 06:35:54 -0700 |
commit | db96b0c5f9db22d908ab5f7cd75904adba4b28ca (patch) | |
tree | d2ec614e2c33e20331e1d586572fdf8b2d6fab2a /include/linux/gfp.h | |
parent | 9b2e70860ef2f0d74b6d9e57929d57b14481b9c9 (diff) | |
download | linux-db96b0c5f9db22d908ab5f7cd75904adba4b28ca.tar.gz |
headers/deps: mm: Optimize <linux/gfp.h> header dependencies
There's a couple of superfluous inclusions here - remove them before
doing bigger changes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'include/linux/gfp.h')
-rw-r--r-- | include/linux/gfp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 2d2ccae933c2..52f2c873a7d4 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -2,10 +2,7 @@ #ifndef __LINUX_GFP_H #define __LINUX_GFP_H -#include <linux/mmdebug.h> #include <linux/mmzone.h> -#include <linux/stddef.h> -#include <linux/linkage.h> #include <linux/topology.h> /* The typedef is in types.h but we want the documentation here */ |