[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1472301649-18694-5-git-send-email-luca@lucaceresoli.net>
Date:   Sat, 27 Aug 2016 14:40:48 +0200
From:   Luca Ceresoli <luca@...aceresoli.net>
To:     devel@...verdev.osuosl.org
Cc:     Luca Ceresoli <luca@...aceresoli.net>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Arnd Bergmann <arnd@...db.de>,
        Binoy Jayan <binoy.jayan@...aro.org>,
        Anish Bhatt <anish@...ech.edu>,
        Rémy Oudompheng <remyoudompheng@...il.com>,
        Alexey Khoroshilov <khoroshilov@...ras.ru>,
        Kyle Kuffermann <kyle.kuffermann@...il.com>,
        linux-kernel@...r.kernel.org
Subject: [PATCH 5/6] rtl8188eu: remove useless include
The proc filesystem is not used	in this	driver.
Signed-off-by: Luca Ceresoli <luca@...aceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Binoy Jayan <binoy.jayan@...aro.org>
Cc: Anish Bhatt <anish@...ech.edu>
Cc: "Rémy Oudompheng" <remyoudompheng@...il.com>
Cc: Alexey Khoroshilov <khoroshilov@...ras.ru>
Cc: Kyle Kuffermann <kyle.kuffermann@...il.com>
Cc: linux-kernel@...r.kernel.org
---
 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 6f6a8f8c3b23..37eb3afeb93a 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
Powered by blists - more mailing lists
 
