]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: vdso: Add include guard to asm/vdso/vdso.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:33 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:12:46 +0000 (15:12 +0100)
commita9d7e1ea5897477d704bd03eaa93d19634e90523
treea732b2c970d0d5e52020b8f2769c6a4a899b80a3
parent55434071cdcf50f6c2da9a9ecafb32465fb3bf13
MIPS: vdso: Add include guard to asm/vdso/vdso.h

An upcomming patch will lead to the header file being included multiple
times from the same source file.

Add an include guard so this is possible.

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-7-35d60acf7410@linutronix.de
arch/mips/include/asm/vdso/vdso.h