]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/vgtod: Remove unused typedef gtod_long_t
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Mon, 1 Jul 2024 14:47:57 +0000 (16:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 3 Jul 2024 19:27:04 +0000 (21:27 +0200)
commitee6664d7326bb42c86692b3fdac4edcfb2beab2f
tree8dffcf71bd149bac07c036a03685fb9c60112639
parent7239ae7f8349fba53c74b559b2059b1c20e8966d
x86/vgtod: Remove unused typedef gtod_long_t

The typedef gtod_long_t is not used anymore so remove it.

The header file contains then only includes dependent on
CONFIG_GENERIC_GETTIMEOFDAY to not break ARCH=um. Nevertheless, keep the
header file only with those includes to prevent spreading ifdeffery all
over the place.

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>
Link: https://lore.kernel.org/r/20240701-vdso-cleanup-v1-4-36eb64e7ece2@linutronix.de
arch/x86/include/asm/vgtod.h