forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/um/include/asm/timex.h
....@@ -2,13 +2,8 @@
22 #ifndef __UM_TIMEX_H
33 #define __UM_TIMEX_H
44
5
-typedef unsigned long cycles_t;
6
-
7
-static inline cycles_t get_cycles (void)
8
-{
9
- return 0;
10
-}
11
-
125 #define CLOCK_TICK_RATE (HZ)
136
7
+#include <asm-generic/timex.h>
8
+
149 #endif