Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

timekeeping: Kill percpu.h dependency

Slimming down recursive header includes.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Thomas Gleixner <tglx@linutronix.de>

+3 -1
+1 -1
include/linux/hrtimer.h
··· 16 16 #include <linux/rbtree.h> 17 17 #include <linux/init.h> 18 18 #include <linux/list.h> 19 - #include <linux/percpu.h> 19 + #include <linux/percpu-defs.h> 20 20 #include <linux/seqlock.h> 21 21 #include <linux/timer.h> 22 22 #include <linux/timerqueue.h>
+2
include/linux/time_namespace.h
··· 12 12 struct user_namespace; 13 13 extern struct user_namespace init_user_ns; 14 14 15 + struct vm_area_struct; 16 + 15 17 struct timens_offsets { 16 18 struct timespec64 monotonic; 17 19 struct timespec64 boottime;