All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] time: remove unused function pointer define
@ 2018-05-11 15:47 Chen Lin
  2018-05-13 14:01 ` [tip:timers/core] timer_list: Remove unused function pointer typedef tip-bot for Chen Lin
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Lin @ 2018-05-11 15:47 UTC (permalink / raw)
  To: tglx; +Cc: john.stultz, sboyd, linux-kernel, Chen Lin

remove 'printf_fn_t' define not used

Signed-off-by: Chen Lin <chen45464546@163.com>
---
 kernel/time/timer_list.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c
index 0ed768b..ddc1d58 100644
--- a/kernel/time/timer_list.c
+++ b/kernel/time/timer_list.c
@@ -28,8 +28,6 @@ struct timer_list_iter {
 	u64 now;
 };
 
-typedef void (*print_fn_t)(struct seq_file *m, unsigned int *classes);
-
 /*
  * This allows printing both to /proc/timer_list and
  * to the console (on SysRq-Q):
-- 
2.7.4

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

end of thread, other threads:[~2018-05-13 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 15:47 [PATCH] time: remove unused function pointer define Chen Lin
2018-05-13 14:01 ` [tip:timers/core] timer_list: Remove unused function pointer typedef tip-bot for Chen Lin

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.