rtl8188eu: Remove code for other devices in include/*.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-16 18:46:19 -06:00
parent 7892bc7329
commit d4d462411e
15 changed files with 5 additions and 202 deletions

View file

@ -22,7 +22,6 @@
#include <drv_conf.h>
#include <osdep_service.h>
#ifndef CONFIG_RTL8711FW
#include <wlan_bssdef.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))
#include <asm/semaphore.h>
@ -30,9 +29,6 @@
#include <linux/semaphore.h>
#endif
#include <linux/sem.h>
#else
#include <wlan_bssdef.h>
#endif//CONFIG_RTL8711FW
#ifdef CONFIG_H2CLBK
#include <h2clbk.h>