Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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):