mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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:
committed by
Thomas Gleixner
parent
a116c7582d
commit
73fcec09d1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user