projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9c96b
)
timer_list: Remove unused function pointer typedef
author
Chen Lin
<chen45464546@163.com>
Fri, 11 May 2018 15:47:29 +0000
(23:47 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 13 May 2018 13:56:01 +0000
(15:56 +0200)
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
kernel/time/timer_list.c
patch
|
blob
|
history
diff --git
a/kernel/time/timer_list.c
b/kernel/time/timer_list.c
index 0ed768b56c6061c9da5669649a15590e6f720264..ddc1d58f96c7b3c29a7648454512f1a86db66d58 100644
(file)
--- 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):