Skip to content

Commit

Permalink
timekeeping: Kill percpu.h dependency
Browse files Browse the repository at this point in the history
Slimming down recursive header includes.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Kent Overstreet committed Dec 21, 2023
1 parent d9f29de commit 6060ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/hrtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions include/linux/time_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6060ef3

Please sign in to comment.