forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/arch/arm/include/asm/vdso/clocksource.h
....@@ -2,8 +2,7 @@
22 #ifndef __ASM_VDSOCLOCKSOURCE_H
33 #define __ASM_VDSOCLOCKSOURCE_H
44
5
-struct arch_clocksource_data {
6
- bool vdso_direct; /* Usable for direct VDSO access? */
7
-};
5
+#define VDSO_ARCH_CLOCKMODES \
6
+ VDSO_CLOCKMODE_ARCHTIMER
87
98 #endif /* __ASM_VDSOCLOCKSOURCE_H */