aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorAnna-Maria Behnsen <anna-maria@linutronix.de>2024-02-19 16:39:31 +0100
committerThomas Gleixner <tglx@linutronix.de>2024-02-20 20:56:00 +0100
commit3ebacc96f8862eb26f8a6568d91bda8ecff19879 (patch)
tree355a32a9b4440df2566948058881d4b8359e2f90 /arch/s390
parenteeb9f5c2dcec90009d7cf12e780e7f9631993fc5 (diff)
downloadlinux-3ebacc96f8862eb26f8a6568d91bda8ecff19879.tar.gz
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 <anna-maria@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Heiko Carstens <hca@linux.ibm.com> Link: https://lore.kernel.org/r/20240219153939.75719-3-anna-maria@linutronix.de
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/vdso/data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/vdso/data.h b/arch/s390/include/asm/vdso/data.h
index 73ee8914266629..0e2b40ef69b049 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 <linux/types.h>
-#include <vdso/datapage.h>
struct arch_vdso_data {
__s64 tod_steering_delta;