aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-12-15 18:55:36 -0800
committerAlexei Starovoitov <ast@kernel.org>2021-12-16 14:57:09 -0800
commitf7ea534a0920dbaf71a8003936e178e14ec9271d (patch)
tree04a5df6a9fb42df10afecf606a8fdf1198c2cc75 /arch/s390
parentMerge branch 'tools/bpf: Enable cross-building with clang' (diff)
downloadlinux-dev-f7ea534a0920dbaf71a8003936e178e14ec9271d.tar.xz
linux-dev-f7ea534a0920dbaf71a8003936e178e14ec9271d.zip
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/s390')
-rw-r--r--arch/s390/mm/hugetlbpage.c1
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>