diff options
author | Jakub Kicinski | 2021-12-15 18:55:36 -0800 |
---|---|---|
committer | Alexei Starovoitov | 2021-12-16 14:57:09 -0800 |
commit | f7ea534a0920dbaf71a8003936e178e14ec9271d (patch) | |
tree | 04a5df6a9fb42df10afecf606a8fdf1198c2cc75 /arch | |
parent | 1a6369ba624929c8bfa412045af79dbf7703b8c8 (diff) |
add includes masked by cgroup -> bpf dependency
cgroup pulls in BPF which pulls in a lot of includes.
We're about to break that chain so fix those who were
depending on it.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211216025538.1649516-2-kuba@kernel.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/mm/hugetlbpage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/mm/hugetlbpage.c b/arch/s390/mm/hugetlbpage.c index da36d13ffc16..082793d497ec 100644 --- a/arch/s390/mm/hugetlbpage.c +++ b/arch/s390/mm/hugetlbpage.c @@ -9,6 +9,7 @@ #define KMSG_COMPONENT "hugetlb" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt +#include <asm/pgalloc.h> #include <linux/mm.h> #include <linux/hugetlb.h> #include <linux/mman.h> |