OSDN Git Service

staging: rtl8723au: osdep_service.h: Reduce excessive header inclusion
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 16 May 2014 08:03:53 +0000 (10:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 May 2014 18:34:21 +0000 (11:34 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/osdep_service.h

index c2eea6c..d85f850 100644 (file)
 #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>
 
-
-/*     #include <linux/ieee80211.h> */
 #include <net/ieee80211_radiotap.h>
 #include <net/cfg80211.h>
-#include <linux/usb.h>
-#include <linux/usb/ch9.h>
 
 struct rtw_queue {
        struct  list_head       queue;