mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 08:38:28 -04:00
staging: wilc1000: remove WILC_FREE
Remove WILC_FREE that is replaced by kfree. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
49188af272
commit
598f85bfae
@@ -112,11 +112,6 @@ void WILC_MemoryFree(const void *pvBlock, tstrWILC_MemoryAttrs *strAttrs,
|
||||
|
||||
|
||||
|
||||
/*!
|
||||
* @brief standrad free wrapper with default attributes
|
||||
*/
|
||||
#define WILC_FREE(__ptr__) \
|
||||
WILC_FREE_EX(__ptr__, NULL)
|
||||
|
||||
/*!
|
||||
* @brief Allocates a block (with default attributes) of given type and number of
|
||||
|
||||
Reference in New Issue
Block a user