diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c index 0ed768b56c6061c9da5669649a15590e6f720264..ddc1d58f96c7b3c29a7648454512f1a86db66d58 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):