s390/vdso/data: Drop unnecessary header include
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Mon, 19 Feb 2024 15:39:31 +0000 (16:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 20 Feb 2024 19:56:00 +0000 (20:56 +0100)
commit3ebacc96f8862eb26f8a6568d91bda8ecff19879
tree355a32a9b4440df2566948058881d4b8359e2f90
parenteeb9f5c2dcec90009d7cf12e780e7f9631993fc5
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
arch/s390/include/asm/vdso/data.h