From: Chen Lin Date: Fri, 11 May 2018 15:47:29 +0000 (+0800) Subject: timer_list: Remove unused function pointer typedef X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed772ec873cb0d378c0329d266ae656ec1f2b511;p=linux.git timer_list: Remove unused function pointer typedef Remove the 'printf_fn_t' typedef as it is not used. Signed-off-by: Chen Lin Signed-off-by: Thomas Gleixner Cc: sboyd@kernel.org Cc: john.stultz@linaro.org Link: https://lkml.kernel.org/r/1526053649-24229-1-git-send-email-chen45464546@163.com --- diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c index 0ed768b56c606..ddc1d58f96c7b 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):