drm/vkms: Switch to dynamic allocation for CRTC
[drm/drm-misc.git] / arch / x86 / include / asm / vgtod.h
bloba0ce291abcaecbb018a8a28b1d82fa8d7b4efa55
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_VGTOD_H
3 #define _ASM_X86_VGTOD_H
5 /*
6 * This check is required to prevent ARCH=um to include
7 * unwanted headers.
8 */
9 #ifdef CONFIG_GENERIC_GETTIMEOFDAY
10 #include <linux/compiler.h>
11 #include <asm/clocksource.h>
12 #include <vdso/datapage.h>
13 #include <vdso/helpers.h>
15 #include <uapi/linux/time.h>
17 #endif /* CONFIG_GENERIC_GETTIMEOFDAY */
19 #endif /* _ASM_X86_VGTOD_H */