Re: [PATCH 2/2] clocksource: remove ARCH_CLOCKSOURCE_DATA

From: John Stultz
Date: Mon Jul 07 2025 - 13:32:12 EST


On Mon, Jul 7, 2025 at 7:48 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> Without the sparc64 vdso, there are no remaining users
> of ARCH_CLOCKSOURCE_DATA, and it can just be removed.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> arch/sparc/Kconfig | 1 -
> arch/sparc/include/asm/clocksource.h | 17 -----------------
> arch/sparc/kernel/time_64.c | 3 ---
> include/linux/clocksource.h | 6 +-----
> kernel/time/Kconfig | 4 ----
> 5 files changed, 1 insertion(+), 30 deletions(-)
> delete mode 100644 arch/sparc/include/asm/clocksource.h

Acked-by: John Stultz <jstultz@xxxxxxxxxx>