mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
vdso/gettimeofday: Add explicit includes
Various used symbols are only visible through transitive includes. These transitive includes are about to go away. Explicitly include the necessary headers. 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-10-35d60acf7410@linutronix.de
This commit is contained in:
parent
32bd966050
commit
9fc2232e28
|
|
@ -3,8 +3,14 @@
|
|||
* Generic userspace implementations of gettimeofday() and similar.
|
||||
*/
|
||||
#include <vdso/auxclock.h>
|
||||
#include <vdso/clocksource.h>
|
||||
#include <vdso/datapage.h>
|
||||
#include <vdso/helpers.h>
|
||||
#include <vdso/ktime.h>
|
||||
#include <vdso/limits.h>
|
||||
#include <vdso/math64.h>
|
||||
#include <vdso/time32.h>
|
||||
#include <vdso/time64.h>
|
||||
|
||||
/* Bring in default accessors */
|
||||
#include <vdso/vsyscall.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user