Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471183

[PATCH 5/6] rtl8188eu: remove useless include

From Luca Ceresoli <luca@lucaceresoli.net>
Newsgroups linux.kernel
Subject [PATCH 5/6] rtl8188eu: remove useless include
Date 2016-08-27 16:20 +0200
Message-ID <saMCJ-5AF-1@gated-at.bofh.it> (permalink)
References <saLwZ-4Xg-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The proc filesystem is not used	in this	driver.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Binoy Jayan <binoy.jayan@linaro.org>
Cc: Anish Bhatt <anish@gatech.edu>
Cc: "Rémy Oudompheng" <remyoudompheng@gmail.com>
Cc: Alexey Khoroshilov <khoroshilov@ispras.ru>
Cc: Kyle Kuffermann <kyle.kuffermann@gmail.com>
Cc: linux-kernel@vger.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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] rtl8723au: remove declaration of unimplemented functions Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 2/6] rtl8188eu: remove declaration of unimplemented functions Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 3/6] rtl8188eu: declare internal function as static Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
    Re: [PATCH 3/6] rtl8188eu: declare internal function as static Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-08-28 14:30 +0200
      Re: [PATCH 3/6] rtl8188eu: declare internal function as static Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-28 17:10 +0200
  [PATCH 4/6] rtl8188eu: remove rtw_proc_init_one and rtw_proc_remove_one Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 15:30 +0200
  [PATCH 5/6] rtl8188eu: remove useless include Luca Ceresoli <luca@lucaceresoli.net> - 2016-08-27 16:20 +0200
  Re: [PATCH 1/6] rtl8723au: remove declaration of unimplemented  functions Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-01 17:50 +0200

csiph-web