hrtimer: Remove inclusion of hrtimer_bases.h remove from hrtimer.h

hrtimer.h is used all over the kernel. Any change to hrtimer_bases.h
effectively triggers a full rebuild.

As all logical dependencies from hrtimer.h to hrtimer_bases.h have been
removed, the inclusion is now unncessary. Remove it.

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-8-c50b19bda473@linutronix.de
This commit is contained in:
Thomas Weißschuh (Schneider Electric)
2026-07-07 23:43:45 +02:00
committed by Thomas Gleixner
parent 0c31af3d23
commit faef65e45a
-1
View File
@@ -12,7 +12,6 @@
#ifndef _LINUX_HRTIMER_H #ifndef _LINUX_HRTIMER_H
#define _LINUX_HRTIMER_H #define _LINUX_HRTIMER_H
#include <linux/hrtimer_bases.h>
#include <linux/hrtimer_rearm.h> #include <linux/hrtimer_rearm.h>
#include <linux/hrtimer_types.h> #include <linux/hrtimer_types.h>
#include <linux/init.h> #include <linux/init.h>