lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 13 May 2018 07:01:16 -0700
From:   tip-bot for Chen Lin <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     tglx@...utronix.de, chen45464546@....com, hpa@...or.com,
        linux-kernel@...r.kernel.org, mingo@...nel.org
Subject: [tip:timers/core] timer_list: Remove unused function pointer
 typedef

Commit-ID:  ed772ec873cb0d378c0329d266ae656ec1f2b511
Gitweb:     https://git.kernel.org/tip/ed772ec873cb0d378c0329d266ae656ec1f2b511
Author:     Chen Lin <chen45464546@....com>
AuthorDate: Fri, 11 May 2018 23:47:29 +0800
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Sun, 13 May 2018 15:56:01 +0200

timer_list: Remove unused function pointer typedef

Remove the 'printf_fn_t' typedef as it is not used.

Signed-off-by: Chen Lin <chen45464546@....com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: sboyd@...nel.org
Cc: john.stultz@...aro.org
Link: https://lkml.kernel.org/r/1526053649-24229-1-git-send-email-chen45464546@163.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 0ed768b56c60..ddc1d58f96c7 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):

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ