All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: Remove duplicate header files
@ 2016-02-22  8:43 Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 1/7] staging: emxx_udc: Remove header file Amitoj Kaur Chawla
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:43 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate header files from files of staging drivers. Found
using includecheck.

Amitoj Kaur Chawla (7):
  staging: emxx_udc: Remove header file
  staging: lustre: obdclass: Remove header file
  staging: rdma: hfi1: Remove header file
  staging: rtl8188eu: os_dep: Remove header file
  staging: sm750fb: Remove header files
  staging: wilc1000: Remove header file
  staging: wilc1000: wilc_wfi_netdevice: Remove header files

 drivers/staging/emxx_udc/emxx_udc.c                         | 1 -
 drivers/staging/lustre/lustre/obdclass/linux/linux-module.c | 1 -
 drivers/staging/rdma/hfi1/user_sdma.c                       | 1 -
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c              | 1 -
 drivers/staging/sm750fb/sm750.c                             | 2 --
 drivers/staging/wilc1000/linux_wlan.c                       | 1 -
 drivers/staging/wilc1000/wilc_wfi_netdevice.h               | 2 --
 7 files changed, 9 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/7] staging: emxx_udc: Remove header file
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
@ 2016-02-22  8:43 ` Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 2/7] staging: lustre: obdclass: " Amitoj Kaur Chawla
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:43 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate include file. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/emxx_udc/emxx_udc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c
index a1f624f..d38673c 100644
--- a/drivers/staging/emxx_udc/emxx_udc.c
+++ b/drivers/staging/emxx_udc/emxx_udc.c
@@ -21,7 +21,6 @@
 #include <linux/ioport.h>
 #include <linux/slab.h>
 #include <linux/errno.h>
-#include <linux/init.h>
 #include <linux/list.h>
 #include <linux/interrupt.h>
 #include <linux/proc_fs.h>
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/7] staging: lustre: obdclass: Remove header file
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 1/7] staging: emxx_udc: Remove header file Amitoj Kaur Chawla
@ 2016-02-22  8:43 ` Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 3/7] staging: rdma: hfi1: " Amitoj Kaur Chawla
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:43 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate include file. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/lustre/lustre/obdclass/linux/linux-module.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
index 1de3b9a..689f33a 100644
--- a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
+++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
@@ -59,7 +59,6 @@
 #include <linux/highmem.h>
 #include <linux/io.h>
 #include <asm/ioctls.h>
-#include <linux/poll.h>
 #include <linux/uaccess.h>
 #include <linux/miscdevice.h>
 #include <linux/seq_file.h>
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 3/7] staging: rdma: hfi1: Remove header file
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 1/7] staging: emxx_udc: Remove header file Amitoj Kaur Chawla
  2016-02-22  8:43 ` [PATCH 2/7] staging: lustre: obdclass: " Amitoj Kaur Chawla
@ 2016-02-22  8:43 ` Amitoj Kaur Chawla
  2016-02-22  8:44 ` [PATCH 4/7] staging: rtl8188eu: os_dep: " Amitoj Kaur Chawla
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:43 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate include file. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/rdma/hfi1/user_sdma.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c
index feb2069..2f48419 100644
--- a/drivers/staging/rdma/hfi1/user_sdma.c
+++ b/drivers/staging/rdma/hfi1/user_sdma.c
@@ -67,7 +67,6 @@
 #include "hfi.h"
 #include "sdma.h"
 #include "user_sdma.h"
-#include "sdma.h"
 #include "verbs.h"  /* for the headers */
 #include "common.h" /* for struct hfi1_tid_info */
 #include "trace.h"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 4/7] staging: rtl8188eu: os_dep: Remove header file
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
                   ` (2 preceding siblings ...)
  2016-02-22  8:43 ` [PATCH 3/7] staging: rdma: hfi1: " Amitoj Kaur Chawla
@ 2016-02-22  8:44 ` Amitoj Kaur Chawla
  2016-02-22  8:44 ` [PATCH 5/7] staging: sm750fb: Remove header files Amitoj Kaur Chawla
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:44 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate include file. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
index aec20bb..5d6a1c9 100644
--- a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
+++ b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
@@ -3095,7 +3095,6 @@ struct iw_handler_def rtw_handlers_def = {
 	.get_wireless_stats = rtw_get_wireless_stats,
 };
 
-#include <rtw_android.h>
 int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
 {
 	struct iwreq *wrq = (struct iwreq *)rq;
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 5/7] staging: sm750fb: Remove header files
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
                   ` (3 preceding siblings ...)
  2016-02-22  8:44 ` [PATCH 4/7] staging: rtl8188eu: os_dep: " Amitoj Kaur Chawla
@ 2016-02-22  8:44 ` Amitoj Kaur Chawla
  2016-02-22  8:44 ` [PATCH 6/7] staging: wilc1000: Remove header file Amitoj Kaur Chawla
  2016-02-22  8:44 ` [PATCH 7/7] staging: wilc1000: wilc_wfi_netdevice: Remove header files Amitoj Kaur Chawla
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:44 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate include files. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/sm750fb/sm750.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index e392acc..b889409 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -13,8 +13,6 @@
 #include <linux/vmalloc.h>
 #include <linux/pagemap.h>
 #include <linux/screen_info.h>
-#include <linux/vmalloc.h>
-#include <linux/pagemap.h>
 #include <linux/console.h>
 #include <asm/fb.h>
 #include "sm750.h"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 6/7] staging: wilc1000: Remove header file
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
                   ` (4 preceding siblings ...)
  2016-02-22  8:44 ` [PATCH 5/7] staging: sm750fb: Remove header files Amitoj Kaur Chawla
@ 2016-02-22  8:44 ` Amitoj Kaur Chawla
  2016-02-22  8:44 ` [PATCH 7/7] staging: wilc1000: wilc_wfi_netdevice: Remove header files Amitoj Kaur Chawla
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:44 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate header file. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/wilc1000/linux_wlan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 274f468..8bd48a3 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -13,7 +13,6 @@
 
 #include <linux/kthread.h>
 #include <linux/firmware.h>
-#include <linux/delay.h>
 
 #include <linux/init.h>
 #include <linux/netdevice.h>
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 7/7] staging: wilc1000: wilc_wfi_netdevice: Remove header files
  2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
                   ` (5 preceding siblings ...)
  2016-02-22  8:44 ` [PATCH 6/7] staging: wilc1000: Remove header file Amitoj Kaur Chawla
@ 2016-02-22  8:44 ` Amitoj Kaur Chawla
  6 siblings, 0 replies; 8+ messages in thread
From: Amitoj Kaur Chawla @ 2016-02-22  8:44 UTC (permalink / raw)
  To: outreachy-kernel

Remove duplicate header files. Found using includecheck.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 3077f5d4..817dcf5 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -35,8 +35,6 @@
 #include <linux/skbuff.h>
 #include <linux/ieee80211.h>
 #include <net/cfg80211.h>
-#include <linux/ieee80211.h>
-#include <net/cfg80211.h>
 #include <net/ieee80211_radiotap.h>
 #include <linux/if_arp.h>
 #include <linux/in6.h>
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-22  8:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  8:43 [PATCH 0/7] staging: Remove duplicate header files Amitoj Kaur Chawla
2016-02-22  8:43 ` [PATCH 1/7] staging: emxx_udc: Remove header file Amitoj Kaur Chawla
2016-02-22  8:43 ` [PATCH 2/7] staging: lustre: obdclass: " Amitoj Kaur Chawla
2016-02-22  8:43 ` [PATCH 3/7] staging: rdma: hfi1: " Amitoj Kaur Chawla
2016-02-22  8:44 ` [PATCH 4/7] staging: rtl8188eu: os_dep: " Amitoj Kaur Chawla
2016-02-22  8:44 ` [PATCH 5/7] staging: sm750fb: Remove header files Amitoj Kaur Chawla
2016-02-22  8:44 ` [PATCH 6/7] staging: wilc1000: Remove header file Amitoj Kaur Chawla
2016-02-22  8:44 ` [PATCH 7/7] staging: wilc1000: wilc_wfi_netdevice: Remove header files Amitoj Kaur Chawla

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.