[tip: timers/vdso] MIPS: vdso: Explicitly include asm/vdso/vdso.h

From: tip-bot2 for Thomas Weißschuh
Date: Sat Nov 01 2025 - 15:55:53 EST


The following commit has been merged into the timers/vdso branch of tip:

Commit-ID: 26f8d33364ce7fa9c199f98d6fc4285c70b29db8
Gitweb: https://git.kernel.org/tip/26f8d33364ce7fa9c199f98d6fc4285c70b29db8
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Tue, 14 Oct 2025 08:48:56 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Sat, 01 Nov 2025 20:44:03 +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@xxxxxxxxxxxxx>
Tested-by: Andreas Larsson <andreas@xxxxxxxxxxx>
Reviewed-by: Andreas Larsson <andreas@xxxxxxxxxxx>
Link: https://patch.msgid.link/20251014-vdso-sparc64-generic-2-v4-10-e0607bf49dea@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>