Re: [PATCH 02/15] arm64: vDSO: compat_gettimeofday: Add explicit includes
From: Catalin Marinas
Date: Wed Feb 04 2026 - 12:51:39 EST
On Wed, Jan 14, 2026 at 09:01:34AM +0100, Thomas Weißschuh wrote:
> The reference to VDSO_CLOCKMODE_ARCHTIMER requires vdso/clocksource.h and
> 'struct old_timespec32' requires vdso/time32.h. Currently these headers
> are included transitively, but those transitive inclusions are about to go
> away.
>
> Explicitly include the headers.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>