summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2026-02-27 09:44:34 +0300
committerBorislav Petkov (AMD) <bp@alien8.de>2026-03-11 17:12:50 +0300
commit5dca096e865fbf37febb4dde26d9a52288da6db3 (patch)
treebf83d7ae1e775d29af7b79609fd0ac5001a2d3ee
parenta9d7e1ea5897477d704bd03eaa93d19634e90523 (diff)
downloadlinux-5dca096e865fbf37febb4dde26d9a52288da6db3.tar.xz
MIPS: vdso: Explicitly include asm/vdso/vdso.h
The usage of __VDSO_PAGES requires asm/vdso/vdso.h. Currently this header is included transitively, but that transitive inclusion is about to go away. Explicitly include the header. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-8-35d60acf7410@linutronix.de
-rw-r--r--arch/mips/kernel/vdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/vdso.c b/arch/mips/kernel/vdso.c
index de096777172f..2fa4df3e46e4 100644
--- a/arch/mips/kernel/vdso.c
+++ b/arch/mips/kernel/vdso.c
@@ -21,6 +21,7 @@
#include <asm/mips-cps.h>
#include <asm/page.h>
#include <asm/vdso.h>
+#include <asm/vdso/vdso.h>
#include <vdso/helpers.h>
#include <vdso/vsyscall.h>