mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
hrtimer: Rename hrtimer_defs.h to hrtimer_bases.h
This header was originally added for #defines and was later extended with the hrtimer base structures. All the #defines have been removed in the meantime, so the naming is off now. Rename the header to fit its contents more. This will also make the upcoming addition of some functions nicer. 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-1-c50b19bda473@linutronix.de
This commit is contained in:
parent
c4415c993f
commit
03b5d4c279
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef _LINUX_HRTIMER_H
|
||||
#define _LINUX_HRTIMER_H
|
||||
|
||||
#include <linux/hrtimer_defs.h>
|
||||
#include <linux/hrtimer_bases.h>
|
||||
#include <linux/hrtimer_rearm.h>
|
||||
#include <linux/hrtimer_types.h>
|
||||
#include <linux/init.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _LINUX_HRTIMER_DEFS_H
|
||||
#define _LINUX_HRTIMER_DEFS_H
|
||||
#ifndef _LINUX_HRTIMER_BASES_H
|
||||
#define _LINUX_HRTIMER_BASES_H
|
||||
|
||||
#include <linux/ktime.h>
|
||||
#include <linux/timerqueue.h>
|
||||
Loading…
Reference in New Issue
Block a user