[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210723173340.GA10928@cad1b359f8e5>
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