From 3ebacc96f8862eb26f8a6568d91bda8ecff19879 Mon Sep 17 00:00:00 2001 From: Anna-Maria Behnsen Date: Mon, 19 Feb 2024 16:39:31 +0100 Subject: [PATCH] s390/vdso/data: Drop unnecessary header include vdso/datapage.h includes the architecture specific vdso/data.h header file. So there is no need to do it also the other way round and including the generic vdso/datapage.h header file inside the architecture specific data.h header file. Signed-off-by: Anna-Maria Behnsen Signed-off-by: Thomas Gleixner Reviewed-by: Vincenzo Frascino Reviewed-by: Kees Cook Acked-by: Heiko Carstens Link: https://lore.kernel.org/r/20240219153939.75719-3-anna-maria@linutronix.de --- arch/s390/include/asm/vdso/data.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/s390/include/asm/vdso/data.h b/arch/s390/include/asm/vdso/data.h index 73ee891426662..0e2b40ef69b04 100644 --- a/arch/s390/include/asm/vdso/data.h +++ b/arch/s390/include/asm/vdso/data.h @@ -3,7 +3,6 @@ #define __S390_ASM_VDSO_DATA_H #include -#include struct arch_vdso_data { __s64 tod_steering_delta; -- 2.30.2