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

From: tip-bot2 for Thomas Weißschuh

Date: Wed Mar 11 2026 - 06:11:42 EST


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

Commit-ID: 0d951b8f80f59326c1c1aec3861f1e5a46a8fa02
Gitweb: https://git.kernel.org/tip/0d951b8f80f59326c1c1aec3861f1e5a46a8fa02
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Fri, 27 Feb 2026 07:44:34 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Wed, 11 Mar 2026 10:27:37 +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>
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>