staging: csr: remove CsrMutexDestroy function
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 25 Oct 2012 20:55:59 +0000 (16:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Oct 2012 16:06:59 +0000 (09:06 -0700)
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>
drivers/staging/csr/csr_framework_ext.c
drivers/staging/csr/csr_framework_ext.h

index 086438feb8124c32cfe77fe0fae23f62ccceaf23..48573f64edd484fd9c52e9cf18d820373aba6c7a 100644 (file)
@@ -45,21 +45,6 @@ CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle)
     return CSR_RESULT_SUCCESS;
 }
 
-/*----------------------------------------------------------------------------*
- *  NAME
- *      CsrMutexDestroy
- *
- *  DESCRIPTION
- *      Destroy the previously created mutex.
- *
- *  RETURNS
- *      void
- *
- *----------------------------------------------------------------------------*/
-void CsrMutexDestroy(CsrMutexHandle *mutexHandle)
-{
-}
-
 /*----------------------------------------------------------------------------*
  *  NAME
  *      CsrThreadSleep
index cad0cec0be96d38b2fd982c92a6cae231925bbff..83781ea6ef0cc25c410fefd290a51399bd8fd865 100644 (file)
@@ -111,19 +111,6 @@ void CsrEventDestroy(CsrEventHandle *eventHandle);
  *----------------------------------------------------------------------------*/
 CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle);
 
-/*----------------------------------------------------------------------------*
- *  NAME
- *      CsrMutexDestroy
- *
- *  DESCRIPTION
- *      Destroy the previously created mutex.
- *
- *  RETURNS
- *      void
- *
- *----------------------------------------------------------------------------*/
-void CsrMutexDestroy(CsrMutexHandle *mutexHandle);
-
 /*----------------------------------------------------------------------------*
  *  NAME
  *      CsrGlobalMutexUnlock