rtl8188eu: Remove dead code from CONFIG_MP_INCLUDED

This parameter is used to turn on manufacturing test code.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-15 13:42:27 -06:00
parent a0c85b341e
commit 4ee8d3010d
9 changed files with 0 additions and 1994 deletions

View file

@ -91,10 +91,6 @@ typedef struct _ADAPTER _adapter, ADAPTER,*PADAPTER;
#include <drvext_api.h>
#endif
#ifdef CONFIG_MP_INCLUDED
#include <rtw_mp.h>
#endif
#ifdef CONFIG_BR_EXT
#include <rtw_br_ext.h>
#endif // CONFIG_BR_EXT
@ -503,9 +499,6 @@ 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;