rtl8188eu: Remove wrapper around semaphore 'up'

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-12 22:51:56 -06:00
parent 545d963a9e
commit 609fff0d67
5 changed files with 6 additions and 12 deletions

View file

@ -164,11 +164,6 @@ void _rtw_free_sema(struct semaphore *sema)
{
}
void _rtw_up_sema(struct semaphore *sema)
{
up(sema);
}
u32 _rtw_down_sema(struct semaphore *sema)
{
if (down_interruptible(sema))