[tip: timers/vdso] MIPS: vdso: Explicitly include asm/vdso/vdso.h
From: tip-bot2 for Thomas Weißschuh
Date: Wed Mar 11 2026 - 10:56:54 EST
The following commit has been merged into the timers/vdso branch of tip:
Commit-ID: 5dca096e865fbf37febb4dde26d9a52288da6db3
Gitweb: https://git.kernel.org/tip/5dca096e865fbf37febb4dde26d9a52288da6db3
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Fri, 27 Feb 2026 07:44:34 +01:00
Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx>
CommitterDate: Wed, 11 Mar 2026 15:12:50 +01:00
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@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-8-35d60acf7410@xxxxxxxxxxxxx
---
arch/mips/kernel/vdso.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/kernel/vdso.c b/arch/mips/kernel/vdso.c
index de09677..2fa4df3 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>