We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f29de commit 6060ef3Copy full SHA for 6060ef3
include/linux/hrtimer.h
@@ -16,7 +16,7 @@
16
#include <linux/rbtree.h>
17
#include <linux/init.h>
18
#include <linux/list.h>
19
-#include <linux/percpu.h>
+#include <linux/percpu-defs.h>
20
#include <linux/seqlock.h>
21
#include <linux/timer.h>
22
#include <linux/timerqueue.h>
include/linux/time_namespace.h
@@ -12,6 +12,8 @@
12
struct user_namespace;
13
extern struct user_namespace init_user_ns;
14
15
+struct vm_area_struct;
+
struct timens_offsets {
struct timespec64 monotonic;
struct timespec64 boottime;
0 commit comments