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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 20 Oct 2021 09:33:57 +0000
From:   cgel.zte@...il.com
To:     linux-kernel@...r.kernel.org
Cc:     ran.jianping@....com.cn, Zeal Robot <zealci@....com.cn>
Subject: [PATCH bus] bus: remove duplicate include in bt1-apb.c

From: Ran Jianping <ran.jianping@....com.cn>

'linux/clk.h' included in 'drivers/bus/bt1-apb.c'
 is duplicated.It is also included on the 25 line.

Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Ran Jianping <ran.jianping@....com.cn>
---
 drivers/bus/bt1-apb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c
index b25ff941e7c7..74b1b712ef3a 100644
--- a/drivers/bus/bt1-apb.c
+++ b/drivers/bus/bt1-apb.c
@@ -22,7 +22,6 @@
 #include <linux/clk.h>
 #include <linux/reset.h>
 #include <linux/time64.h>
-#include <linux/clk.h>
 #include <linux/sysfs.h>
 
 #define APB_EHB_ISR			0x00
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ