rtl8188eu: Eliminate the wrapper _rtw_memset()

This code is nothing more than memset().

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-11-24 12:07:51 -06:00
parent 48b223d0de
commit 14a16dd544
46 changed files with 505 additions and 511 deletions

View file

@ -266,7 +266,6 @@ extern void rtw_mfree2d(void *pbuf, int h, int w, int size);
extern void _rtw_memcpy(void *dec, const void *sour, u32 sz);
extern void _rtw_memmove(void *dst, const void *src, u32 sz);
extern int _rtw_memcmp(const void *dst, const void *src, u32 sz);
extern void _rtw_memset(void *pbuf, int c, u32 sz);
extern void _rtw_init_listhead(_list *list);
extern u32 rtw_is_list_empty(_list *phead);