From: Phillip Potter Date: Wed, 18 Aug 2021 23:48:51 +0000 (+0100) Subject: staging: r8188eu: remove rtw_zvmalloc preprocessor definition X-Git-Tag: Ubuntu-5.15.0-12.12~1954^2~62 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=00d7a5613be546f2b9d4d6d988b14851f8fe2840;p=mirror_ubuntu-jammy-kernel.git 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 Link: https://lore.kernel.org/r/20210818234853.208448-6-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- 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);