timekeeping: Remove hardcoded access to tk_core
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 May 2025 08:33:15 +0000 (10:33 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Jun 2025 12:28:22 +0000 (14:28 +0200)
commit990518eb3a71c357ca4ff1ad3e747fb844d8094c
treee4d1d8984e7f532b666c359ab123ed74b3da016f
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
timekeeping: Remove hardcoded access to tk_core

This was overlooked in the initial conversion. Use the provided pointer to
access the shadow timekeeper.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20250519083025.652611452@linutronix.de
kernel/time/timekeeping.c