From: Luca Ceresoli Date: Tue, 6 Sep 2016 16:36:56 +0000 (+0200) Subject: staging: rtl8188eu: remove useless include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f1a2b7ab269884a17bbbd9cee643975e857b6fbe;p=linux-beck.git staging: rtl8188eu: remove useless include 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 Cc: Greg Kroah-Hartman Cc: Arnd Bergmann Cc: Binoy Jayan Cc: Anish Bhatt Cc: "Rémy Oudompheng" Cc: Alexey Khoroshilov Cc: Kyle Kuffermann Cc: devel@driverdev.osuosl.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h index 2df2b657767e..9047b6dec9ed 100644 --- a/drivers/staging/rtl8188eu/include/osdep_service.h +++ b/drivers/staging/rtl8188eu/include/osdep_service.h @@ -44,7 +44,6 @@ #include #include #include -#include /* Necessary because we use the proc fs */ #include /* for struct tasklet_struct */ #include #include