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] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 24 Jul 2021 01:33:40 +0800
From:   kernel test robot <lkp@...el.com>
To:     Phillip Potter <phil@...lpotter.co.uk>, gregkh@...uxfoundation.org
Cc:     kbuild-all@...ts.01.org, Larry.Finger@...inger.net,
        dan.carpenter@...cle.com, linux-kernel@...r.kernel.org,
        linux-staging@...ts.linux.dev, fabioaiuto83@...il.com
Subject: [RFC PATCH] staging: rtl8188eu: fix duplicated inclusion

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
 rtw_cfgvendor.c |    1 -
 rtw_proc.c      |    1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/os_dep/rtw_cfgvendor.c b/drivers/staging/rtl8188eu/os_dep/rtw_cfgvendor.c
index 8d18373c728c6..f85b129b1d0b7 100644
--- a/drivers/staging/rtl8188eu/os_dep/rtw_cfgvendor.c
+++ b/drivers/staging/rtl8188eu/os_dep/rtw_cfgvendor.c
@@ -9,7 +9,6 @@
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT)
 
 /*
-#include <linux/kernel.h>
 #include <linux/if_arp.h>
 #include <asm/uaccess.h>
 
diff --git a/drivers/staging/rtl8188eu/os_dep/rtw_proc.c b/drivers/staging/rtl8188eu/os_dep/rtw_proc.c
index cdf24a2859d1f..55050a90aa780 100644
--- a/drivers/staging/rtl8188eu/os_dep/rtw_proc.c
+++ b/drivers/staging/rtl8188eu/os_dep/rtw_proc.c
@@ -385,7 +385,6 @@ static int proc_get_sdio_local_reg_dump(struct seq_file *m, void *v)
 #endif /* CONFIG_SDIO_HCI */
 
 #ifdef RTW_HALMAC
-#include "../../hal/hal_halmac.h"
 static int proc_get_halmac_info(struct seq_file *m, void *v)
 {
 	struct net_device *dev = m->private;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ