staging: csr: remove CsrMutexDestroy function
this function never gets called from anywhere, so remove this too. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ce1f5b80a1
commit
0edf65f9b4
@@ -45,21 +45,6 @@ CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle)
|
|||||||
return CSR_RESULT_SUCCESS;
|
return CSR_RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*
|
|
||||||
* NAME
|
|
||||||
* CsrMutexDestroy
|
|
||||||
*
|
|
||||||
* DESCRIPTION
|
|
||||||
* Destroy the previously created mutex.
|
|
||||||
*
|
|
||||||
* RETURNS
|
|
||||||
* void
|
|
||||||
*
|
|
||||||
*----------------------------------------------------------------------------*/
|
|
||||||
void CsrMutexDestroy(CsrMutexHandle *mutexHandle)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*
|
/*----------------------------------------------------------------------------*
|
||||||
* NAME
|
* NAME
|
||||||
* CsrThreadSleep
|
* CsrThreadSleep
|
||||||
|
@@ -111,19 +111,6 @@ void CsrEventDestroy(CsrEventHandle *eventHandle);
|
|||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle);
|
CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle);
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*
|
|
||||||
* NAME
|
|
||||||
* CsrMutexDestroy
|
|
||||||
*
|
|
||||||
* DESCRIPTION
|
|
||||||
* Destroy the previously created mutex.
|
|
||||||
*
|
|
||||||
* RETURNS
|
|
||||||
* void
|
|
||||||
*
|
|
||||||
*----------------------------------------------------------------------------*/
|
|
||||||
void CsrMutexDestroy(CsrMutexHandle *mutexHandle);
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*
|
/*----------------------------------------------------------------------------*
|
||||||
* NAME
|
* NAME
|
||||||
* CsrGlobalMutexUnlock
|
* CsrGlobalMutexUnlock
|
||||||
|
Reference in New Issue
Block a user