From: Lv Zheng Date: Wed, 8 Jan 2014 05:43:23 +0000 (+0800) Subject: ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. X-Git-Tag: v3.14-rc1~107^2~10^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3fec146c8561441db058db07b3fbdd7fe7e1df;p=pandora-kernel.git ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. This macro is no longer used by ACPICA and it is not public. Also update comments related to the use of ACPI_ALLOCATE_BUFFER and the use of acpi_os_free (kfree is equivalent and prefered in the kernel) to free the buffer. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed