Commit 6060ef31 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

timekeeping: Kill percpu.h dependency



Slimming down recursive header includes.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
Cc: Thomas Gleixner <tglx@linutronix.de>
parent d9f29deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include <linux/rbtree.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/percpu.h>
#include <linux/percpu-defs.h>
#include <linux/seqlock.h>
#include <linux/timer.h>
#include <linux/timerqueue.h>
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
struct user_namespace;
extern struct user_namespace init_user_ns;

struct vm_area_struct;

struct timens_offsets {
	struct timespec64 monotonic;
	struct timespec64 boottime;