rtl8188eu: Remove CONFIG_MP_INCLUDED

This one is defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 21:55:30 -05:00
parent e8b7f536c4
commit 085a651d9c
13 changed files with 45 additions and 128 deletions

View file

@ -73,9 +73,7 @@ typedef struct _ADAPTER _adapter, ADAPTER,*PADAPTER;
#include <drvext_api.h>
#endif
#ifdef CONFIG_MP_INCLUDED
#include <rtw_mp.h>
#endif
#include <rtw_br_ext.h>
#ifdef CONFIG_IOCTL_CFG80211
@ -328,9 +326,7 @@ struct _ADAPTER{
struct workqueue_struct *priv_checkbt_wq;
struct delayed_work checkbt_work;
#endif
#ifdef CONFIG_MP_INCLUDED
struct mp_priv mppriv;
#endif
#ifdef CONFIG_DRVEXT_MODULE
struct drvext_priv drvextpriv;