From: Kent Overstreet Date: Fri, 2 Dec 2022 19:39:55 +0000 (-0500) Subject: timekeeping: Kill percpu.h dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6060ef31f1162fb91a1688fa5098b38c4b9c680c;p=linux.git timekeeping: Kill percpu.h dependency Slimming down recursive header includes. Signed-off-by: Kent Overstreet Cc: Thomas Gleixner --- diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index f2044d5a652b5..02d264ca9dce4 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/linux/time_namespace.h b/include/linux/time_namespace.h index 5258d81cef179..876e31b4461d0 100644 --- a/include/linux/time_namespace.h +++ b/include/linux/time_namespace.h @@ -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;