diff options
author | 2024-10-14 10:22:18 +0200 | |
---|---|---|
committer | 2024-10-16 00:36:46 +0200 | |
commit | 3a2e83d350950a84dddb0094c92e380f31fd5333 (patch) | |
tree | 9236fb43f1fd5114ae682bb7ef6d65ac0fef5a0f | |
parent | time: Remove '%' from numeric constant in kernel-doc comment (diff) | |
download | wireguard-linux-3a2e83d350950a84dddb0094c92e380f31fd5333.tar.xz wireguard-linux-3a2e83d350950a84dddb0094c92e380f31fd5333.zip |
MAINTAINERS: Add missing file include/linux/delay.h
include/linux/delay.h is not covered by MAINTAINERS file. Add it to the
"HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS" section.
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20241014-devel-anna-maria-b4-timers-flseep-v3-1-dc8b907cb62f@linutronix.de
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..b52362566629 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10162,6 +10162,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core F: Documentation/timers/ F: include/linux/clockchips.h +F: include/linux/delay.h F: include/linux/hrtimer.h F: include/linux/timer.h F: kernel/time/clockevents.c |