summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_memory.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:19:19 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:22:30 -0700
commitb6d9e0cb142bdae60872a9be392ed8b6e5dde243 (patch)
treec7d9f1cdccadc82bca944d54c3fa3f03d978bc47 /drivers/staging/wilc1000/wilc_memory.c
parent969effe9dcdccab865c7f57790f647ebc59df457 (diff)
downloadop-kernel-dev-b6d9e0cb142bdae60872a9be392ed8b6e5dde243.zip
op-kernel-dev-b6d9e0cb142bdae60872a9be392ed8b6e5dde243.tar.gz
staging: wilc1000: remove WILC_MemoryFree
It's no longer needed, so remove the empty wrapper function. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_memory.c')
-rw-r--r--drivers/staging/wilc1000/wilc_memory.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/staging/wilc1000/wilc_memory.c b/drivers/staging/wilc1000/wilc_memory.c
index 53ba1d0..e90a957 100644
--- a/drivers/staging/wilc1000/wilc_memory.c
+++ b/drivers/staging/wilc1000/wilc_memory.c
@@ -14,16 +14,3 @@ void *WILC_MemoryAlloc(u32 u32Size, tstrWILC_MemoryAttrs *strAttrs,
else
return NULL;
}
-
-
-
-/*!
- * @author syounan
- * @date 18 Aug 2010
- * @version 1.0
- */
-void WILC_MemoryFree(const void *pvBlock, tstrWILC_MemoryAttrs *strAttrs,
- char *pcFileName, u32 u32LineNo)
-{
- kfree(pvBlock);
-}
OpenPOWER on IntegriCloud