]> Git Repo - linux.git/blobdiff - drivers/acpi/acpica/exfield.c
ACPICA: De-macroize calls to standard C library functions
[linux.git] / drivers / acpi / acpica / exfield.c
index c161dd974f741c1700c501fa6576585034c67e43..61fd9c7b88bc508360ab4d96a034b8ac41bcca65 100644 (file)
@@ -428,7 +428,7 @@ acpi_ex_write_data_to_field(union acpi_operand_object *source_desc,
                }
 
                buffer = buffer_desc->buffer.pointer;
-               ACPI_MEMCPY(buffer, source_desc->buffer.pointer, length);
+               memcpy(buffer, source_desc->buffer.pointer, length);
 
                /* Lock entire transaction if requested */
 
This page took 0.023708 seconds and 4 git commands to generate.