Since the removal of rtw_proc_init_one() the proc filesystem is not
mentioned in this driver. So this include becomes useless.

Signed-off-by: Luca Ceresoli <l...@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Cc: Arnd Bergmann <a...@arndb.de>
Cc: Binoy Jayan <binoy.ja...@linaro.org>
Cc: Anish Bhatt <an...@gatech.edu>
Cc: "Rémy Oudompheng" <remyoudomph...@gmail.com>
Cc: Alexey Khoroshilov <khoroshi...@ispras.ru>
Cc: Kyle Kuffermann <kyle.kufferm...@gmail.com>
Cc: de...@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org

---

Changes v1 -> v2:
- improve the commit message.
---
 drivers/staging/rtl8188eu/include/osdep_service.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h 
b/drivers/staging/rtl8188eu/include/osdep_service.h
index 6f6a8f8..37eb3af 100644
--- a/drivers/staging/rtl8188eu/include/osdep_service.h
+++ b/drivers/staging/rtl8188eu/include/osdep_service.h
@@ -44,7 +44,6 @@
 #include <linux/if_arp.h>
 #include <linux/rtnetlink.h>
 #include <linux/delay.h>
-#include <linux/proc_fs.h>     /*  Necessary because we use the proc fs */
 #include <linux/interrupt.h>   /*  for struct tasklet_struct */
 #include <linux/ip.h>
 #include <linux/kthread.h>
-- 
2.7.4

Reply via email to