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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 16 Nov 2018 15:35:57 +0530
From:   Brajeswar Ghosh <brajeswar.linux@...il.com>
To:     stuyoder@...il.com, laurentiu.tudor@....com
Cc:     jrdr.linux@...il.com, linux-kernel@...r.kernel.org,
        sabyasachi.linux@...il.com
Subject: [PATCH] drivers/bus/fsl-mc/dpcon.c: Remove duplicate header

Remove linux/fsl/mc.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@...il.com>
---
 drivers/bus/fsl-mc/dpcon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/fsl-mc/dpcon.c b/drivers/bus/fsl-mc/dpcon.c
index 760555d7946e..97b6fa605e62 100644
--- a/drivers/bus/fsl-mc/dpcon.c
+++ b/drivers/bus/fsl-mc/dpcon.c
@@ -5,7 +5,6 @@
  */
 #include <linux/kernel.h>
 #include <linux/fsl/mc.h>
-#include <linux/fsl/mc.h>
 
 #include "fsl-mc-private.h"
 
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ