timer_list: Remove unused function pointer typedef
Remove the 'printf_fn_t' typedef as it is not used. Signed-off-by: Chen Lin <chen45464546@163.com> Signed-off-by: Thomas 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
This commit is contained in:
parent
bf9c96bec7
commit
ed772ec873
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue