Message ID | 20241010-vdso-generic-arch_update_vsyscall-v1-3-7fe5a3ea4382@linutronix.de (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | vdso: Remove timekeeper argument and includes | expand |
On Thu, Oct 10, 2024 at 05:44:46PM +0200, Thomas Weißschuh wrote: > Since the generic VDSO clock mode storage is used, this header file is > unused and can be removed. > > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> > --- > arch/arm64/kernel/vdso.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/kernel/vdso.c b/arch/arm64/kernel/vdso.c > index 706c9c3a7a50a4574e77da296e9c83e1e2a9f5ab..8ef20c16bc482e92de8098d55000c9999b89830e 100644 > --- a/arch/arm64/kernel/vdso.c > +++ b/arch/arm64/kernel/vdso.c > @@ -19,7 +19,6 @@ > #include <linux/signal.h> > #include <linux/slab.h> > #include <linux/time_namespace.h> > -#include <linux/timekeeper_internal.h> > #include <linux/vmalloc.h> > #include <vdso/datapage.h> > #include <vdso/helpers.h> Acked-by: Will Deacon <will@kernel.org> Will
diff --git a/arch/arm64/kernel/vdso.c b/arch/arm64/kernel/vdso.c index 706c9c3a7a50a4574e77da296e9c83e1e2a9f5ab..8ef20c16bc482e92de8098d55000c9999b89830e 100644 --- a/arch/arm64/kernel/vdso.c +++ b/arch/arm64/kernel/vdso.c @@ -19,7 +19,6 @@ #include <linux/signal.h> #include <linux/slab.h> #include <linux/time_namespace.h> -#include <linux/timekeeper_internal.h> #include <linux/vmalloc.h> #include <vdso/datapage.h> #include <vdso/helpers.h>
Since the generic VDSO clock mode storage is used, this header file is unused and can be removed. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> --- arch/arm64/kernel/vdso.c | 1 - 1 file changed, 1 deletion(-)