staging: rtl8192e: Remove ENABLE_LOCK_DEBUG reference
ENABLE_LOCK_DEBUG macro was never set, so condition that used it can be resolved manually. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
bcf5b92d9b
Коммит
5c3ea2f5b9
|
@ -2404,9 +2404,7 @@ extern void HTUseDefaultSetting(struct rtllib_device *ieee);
|
|||
#define RT_ASOC_RETRY_LIMIT 5
|
||||
u8 MgntQuery_TxRateExcludeCCKRates(struct rtllib_device *ieee);
|
||||
extern void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p);
|
||||
#ifndef ENABLE_LOCK_DEBUG
|
||||
#define SEM_DOWN_IEEE_WX(psem) down(psem)
|
||||
#define SEM_UP_IEEE_WX(psem) up(psem)
|
||||
#endif
|
||||
|
||||
#endif /* RTLLIB_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче