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>
This commit is contained in:
Phillip Potter 2021-08-19 00:48:51 +01:00 committed by Greg Kroah-Hartman
parent 11d5fd313b
commit 00d7a5613b

View file

@ -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);