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

@ -18,7 +18,6 @@
*
******************************************************************************/
#define _RTL8188E_MP_C_
#ifdef CONFIG_MP_INCLUDED
#include <drv_types.h>
#include <rtw_mp.h>
@ -993,5 +992,3 @@ void Hal_SetContinuousTx(PADAPTER pAdapter, u8 bStart)
Hal_SetOFDMContinuousTx(pAdapter, bStart);
}
}
#endif /* CONFIG_MP_INCLUDE */