tick: Explicitly include linux/hrtimer_bases.h

This header uses some definitions from linux/hrtimer_bases.h.
Currently this header is included transitively, which will change.

Include the header explicitly.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260702-hrtimer-header-dependencies-v1-4-c50b19bda473@linutronix.de
This commit is contained in:
Thomas Weißschuh (Schneider Electric)
2026-07-07 23:43:44 +02:00
committed by Thomas Gleixner
parent a116c7582d
commit 73fcec09d1
+1
View File
@@ -3,6 +3,7 @@
* tick internal variable and functions used by low/high res code
*/
#include <linux/hrtimer.h>
#include <linux/hrtimer_bases.h>
#include <linux/tick.h>
#include "timekeeping.h"