summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr
diff options
context:
space:
mode:
authorDevendra Naga2012-10-25 22:55:59 +0200
committerGreg Kroah-Hartman2012-10-26 18:06:59 +0200
commit0edf65f9b47fcffc003d6416167d60e47ab17e2f (patch)
tree8589bafa92f97c73eaf8213941f4c1a46074c494 /drivers/staging/csr
parentstaging: csr: remove CsrMutexUnlock function (diff)
downloadkernel-qcow2-linux-0edf65f9b47fcffc003d6416167d60e47ab17e2f.tar.gz
kernel-qcow2-linux-0edf65f9b47fcffc003d6416167d60e47ab17e2f.tar.xz
kernel-qcow2-linux-0edf65f9b47fcffc003d6416167d60e47ab17e2f.zip
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>
Diffstat (limited to 'drivers/staging/csr')
-rw-r--r--drivers/staging/csr/csr_framework_ext.c15
-rw-r--r--drivers/staging/csr/csr_framework_ext.h13
2 files changed, 0 insertions, 28 deletions
diff --git a/drivers/staging/csr/csr_framework_ext.c b/drivers/staging/csr/csr_framework_ext.c
index 086438feb812..48573f64edd4 100644
--- a/drivers/staging/csr/csr_framework_ext.c
+++ b/drivers/staging/csr/csr_framework_ext.c
@@ -47,21 +47,6 @@ CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle)
/*----------------------------------------------------------------------------*
* NAME
- * CsrMutexDestroy
- *
- * DESCRIPTION
- * Destroy the previously created mutex.
- *
- * RETURNS
- * void
- *
- *----------------------------------------------------------------------------*/
-void CsrMutexDestroy(CsrMutexHandle *mutexHandle)
-{
-}
-
-/*----------------------------------------------------------------------------*
- * NAME
* CsrThreadSleep
*
* DESCRIPTION
diff --git a/drivers/staging/csr/csr_framework_ext.h b/drivers/staging/csr/csr_framework_ext.h
index cad0cec0be96..83781ea6ef0c 100644
--- a/drivers/staging/csr/csr_framework_ext.h
+++ b/drivers/staging/csr/csr_framework_ext.h
@@ -113,19 +113,6 @@ CsrResult CsrMutexCreate(CsrMutexHandle *mutexHandle);
/*----------------------------------------------------------------------------*
* NAME
- * CsrMutexDestroy
- *
- * DESCRIPTION
- * Destroy the previously created mutex.
- *
- * RETURNS
- * void
- *
- *----------------------------------------------------------------------------*/
-void CsrMutexDestroy(CsrMutexHandle *mutexHandle);
-
-/*----------------------------------------------------------------------------*
- * NAME
* CsrGlobalMutexUnlock
*
* DESCRIPTION