All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] hrtimer: Remove unused inline function debug_hrtimer_free()
@ 2020-09-09 13:48 YueHaibing
  2020-10-26 10:40 ` [tip: timers/urgent] " tip-bot2 for YueHaibing
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-09-09 13:48 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, YueHaibing

There is no caller in tree, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 kernel/time/hrtimer.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 95b6a708b040..75d0cc1a2081 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -425,11 +425,6 @@ static inline void debug_hrtimer_deactivate(struct hrtimer *timer)
 	debug_object_deactivate(timer, &hrtimer_debug_descr);
 }
 
-static inline void debug_hrtimer_free(struct hrtimer *timer)
-{
-	debug_object_free(timer, &hrtimer_debug_descr);
-}
-
 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
 			   enum hrtimer_mode mode);
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip: timers/urgent] hrtimer: Remove unused inline function debug_hrtimer_free()
  2020-09-09 13:48 [PATCH -next] hrtimer: Remove unused inline function debug_hrtimer_free() YueHaibing
@ 2020-10-26 10:40 ` tip-bot2 for YueHaibing
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for YueHaibing @ 2020-10-26 10:40 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: YueHaibing, Thomas Gleixner, x86, LKML

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID:     5254cb87c0423f73c8036235795788a132e8956e
Gitweb:        https://git.kernel.org/tip/5254cb87c0423f73c8036235795788a132e8956e
Author:        YueHaibing <yuehaibing@huawei.com>
AuthorDate:    Wed, 09 Sep 2020 21:48:50 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 26 Oct 2020 11:39:21 +01:00

hrtimer: Remove unused inline function debug_hrtimer_free()

There is no caller in tree, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200909134850.21940-1-yuehaibing@huawei.com

---
 kernel/time/hrtimer.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 3624b9b..387b4be 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -425,11 +425,6 @@ static inline void debug_hrtimer_deactivate(struct hrtimer *timer)
 	debug_object_deactivate(timer, &hrtimer_debug_descr);
 }
 
-static inline void debug_hrtimer_free(struct hrtimer *timer)
-{
-	debug_object_free(timer, &hrtimer_debug_descr);
-}
-
 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
 			   enum hrtimer_mode mode);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-26 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 13:48 [PATCH -next] hrtimer: Remove unused inline function debug_hrtimer_free() YueHaibing
2020-10-26 10:40 ` [tip: timers/urgent] " tip-bot2 for YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.