rtl8188eu: Remove wrappers around memcpy() and memmove()

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-12-17 21:50:56 -06:00
parent a010d15b64
commit 92b97f0a67
42 changed files with 1287 additions and 1301 deletions

View file

@ -196,7 +196,7 @@ odm_move_memory(
u32 length
)
{
_rtw_memcpy(p_dest, p_src, length);
memcpy(p_dest, p_src, length);
}
void odm_memory_set(