]> git.ipfire.org Git - thirdparty/linux.git/commit
powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:30 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:12:31 +0000 (15:12 +0100)
commit3852dd5abc306a64060266a20b64d46a3037b735
tree1c01764c3e66cc426678347133c07a9fc1d06889
parent89e6796fa530a90059c63b7c02e54a426d278c9b
powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h

The usage of 'struct old_timespec32' requires vdso/time32.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>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-4-35d60acf7410@linutronix.de
arch/powerpc/include/asm/vdso/gettimeofday.h