]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: vdso: Explicitly include asm/vdso/vdso.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:34 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:12:50 +0000 (15:12 +0100)
commit5dca096e865fbf37febb4dde26d9a52288da6db3
treebf83d7ae1e775d29af7b79609fd0ac5001a2d3ee
parenta9d7e1ea5897477d704bd03eaa93d19634e90523
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
arch/mips/kernel/vdso.c