All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Phillip Potter <phil@philpotter.co.uk>, gregkh@linuxfoundation.org
Cc: kbuild-all@lists.01.org, Larry.Finger@lwfinger.net,
	dan.carpenter@oracle.com, linux-kernel@vger.kernel.org,
	linux-staging@lists.linux.dev, fabioaiuto83@gmail.com
Subject: [RFC PATCH] staging: rtl8188eu: fix duplicated inclusion
Date: Sat, 24 Jul 2021 01:33:40 +0800	[thread overview]
Message-ID: <20210723173340.GA10928@cad1b359f8e5> (raw)
In-Reply-To: <20210723004214.912295-5-phil@philpotter.co.uk>

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.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;

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] staging: rtl8188eu: fix duplicated inclusion
Date: Sat, 24 Jul 2021 01:33:40 +0800	[thread overview]
Message-ID: <20210723173340.GA10928@cad1b359f8e5> (raw)
In-Reply-To: <20210723004214.912295-5-phil@philpotter.co.uk>

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.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;

  parent reply	other threads:[~2021-07-23 17:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23  0:42 [PATCH 0/7] staging: rtl8188eu: replace driver with better version Phillip Potter
2021-07-23  0:42 ` [PATCH 1/7] staging: rtl8188eu: remove existing staging driver Phillip Potter
2021-07-23  0:42 ` [PATCH 2/7] staging: rtl8188eu: introduce new core dir for RTL8188eu driver Phillip Potter
2021-07-23  0:42 ` [PATCH 3/7] staging: rtl8188eu: introduce new hal " Phillip Potter
2021-07-23  0:42 ` [PATCH 4/7] staging: rtl8188eu: introduce new os_dep " Phillip Potter
2021-07-23 17:33   ` kernel test robot
2021-07-23 17:33     ` kernel test robot
2021-07-23 17:33   ` kernel test robot [this message]
2021-07-23 17:33     ` [RFC PATCH] staging: rtl8188eu: fix duplicated inclusion kernel test robot
2021-07-23  0:42 ` [PATCH 5/7] staging: rtl8188eu: introduce new include dir for RTL8188eu driver Phillip Potter
2021-07-23  0:42 ` [PATCH 6/7] staging: rtl8188eu: introduce new supporting files " Phillip Potter
2021-07-23  7:29   ` Fabio Aiuto
2021-07-23 11:09   ` Greg KH
2021-07-23 11:19     ` Phillip Potter
2021-07-23 11:19       ` Phillip Potter
2021-07-23  0:42 ` [PATCH 7/7] staging: rtl8188eu: attach newly imported driver to build system Phillip Potter
2021-07-23  7:19   ` kernel test robot
2021-07-23  7:19     ` kernel test robot
2021-07-23 14:33   ` kernel test robot
2021-07-23 14:33     ` kernel test robot
2021-07-23  1:56 ` [PATCH 0/7] staging: rtl8188eu: replace driver with better version Larry Finger
2021-07-23  7:29   ` Phillip Potter
2021-07-23  7:29     ` Phillip Potter
2021-07-23 11:01 ` Greg KH
2021-07-23 11:05   ` Phillip Potter
2021-07-23 11:05     ` Phillip Potter
2021-07-23 21:08 ` Larry Finger
2021-07-23 21:27   ` Phillip Potter
2021-07-23 21:27     ` Phillip Potter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210723173340.GA10928@cad1b359f8e5 \
    --to=lkp@intel.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=dan.carpenter@oracle.com \
    --cc=fabioaiuto83@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=phil@philpotter.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.