mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
The reference to VDSO_CLOCKMODE_NONE requires vdso/clocksource.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> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-1-35d60acf7410@linutronix.de
This commit is contained in:
parent
0c02d6df15
commit
b18ec8b5e0
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#include <vdso/clocksource.h>
|
||||
|
||||
#include <asm/alternative.h>
|
||||
#include <asm/arch_timer.h>
|
||||
#include <asm/barrier.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user