]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:32 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:12:41 +0000 (15:12 +0100)
commit55434071cdcf50f6c2da9a9ecafb32465fb3bf13
treecfed56ae00226fdfb928c70142d012588e64e7d5
parent9c89d8bd64b8c03ad3d5b6fd52550b8773a12669
LoongArch: vDSO: Explicitly include asm/vdso/vdso.h

The usage of 'struct old_timespec32' 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-6-35d60acf7410@linutronix.de
arch/loongarch/kernel/process.c
arch/loongarch/kernel/vdso.c