[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1526053649-24229-1-git-send-email-chen45464546@163.com>
Date: Fri, 11 May 2018 23:47:29 +0800
From: Chen Lin <chen45464546@....com>
To: tglx@...utronix.de
Cc: john.stultz@...aro.org, sboyd@...nel.org,
linux-kernel@...r.kernel.org, Chen Lin <chen45464546@....com>
Subject: [PATCH] time: remove unused function pointer define
remove 'printf_fn_t' define not used
Signed-off-by: Chen Lin <chen45464546@....com>
---
kernel/time/timer_list.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c
index 0ed768b..ddc1d58 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):
--
2.7.4
Powered by blists - more mailing lists