Commit ed772ec8 authored by Chen Lin's avatar Chen Lin Committed by Thomas Gleixner

timer_list: Remove unused function pointer typedef

Remove the 'printf_fn_t' typedef as it is not used.
Signed-off-by: default avatarChen Lin <chen45464546@163.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: sboyd@kernel.org
Cc: john.stultz@linaro.org
Link: https://lkml.kernel.org/r/1526053649-24229-1-git-send-email-chen45464546@163.com
parent bf9c96be
...@@ -28,8 +28,6 @@ struct timer_list_iter { ...@@ -28,8 +28,6 @@ struct timer_list_iter {
u64 now; u64 now;
}; };
typedef void (*print_fn_t)(struct seq_file *m, unsigned int *classes);
/* /*
* This allows printing both to /proc/timer_list and * This allows printing both to /proc/timer_list and
* to the console (on SysRq-Q): * to the console (on SysRq-Q):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment