mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Remove wrappers around memcpy() and memmove()
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a010d15b64
commit
92b97f0a67
42 changed files with 1287 additions and 1301 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue