diff options
author | Phillip Potter <phil@philpotter.co.uk> | 2021-08-19 00:48:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-19 07:42:57 +0200 |
commit | 00d7a5613be546f2b9d4d6d988b14851f8fe2840 (patch) | |
tree | 548afb4428a6657bd5095265642945c65ffc066d | |
parent | 11d5fd313b8f99780ab631afe3b1e003028d345b (diff) |
staging: r8188eu: remove rtw_zvmalloc preprocessor definition
Remove rtw_zvmalloc preprocessor definition from include/osdep_service.h
as it now has no callers.
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210818234853.208448-6-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/r8188eu/include/osdep_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/osdep_service.h b/drivers/staging/r8188eu/include/osdep_service.h index 4c00adeb72ee..dba7a7bec9d1 100644 --- a/drivers/staging/r8188eu/include/osdep_service.h +++ b/drivers/staging/r8188eu/include/osdep_service.h @@ -172,7 +172,6 @@ extern unsigned char RSN_TKIP_CIPHER[4]; #define rtw_update_mem_stat(flag, sz) do {} while (0) u8 *_rtw_zvmalloc(u32 sz); -#define rtw_zvmalloc(sz) _rtw_zvmalloc((sz)) void *rtw_malloc2d(int h, int w, int size); |