X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fia64%2Fkernel%2Facpi-ext.c;h=b7515bc808a8d815708c45124661e94cc4d63286;hb=38f64c771bece2cdbd72ed733e6fc8f2e279a7c1;hp=fff82929d225a7436618be9493d6bc38565fd5f6;hpb=7b7e394185014e0f3bd8989cac937003f20ef9ce;p=linux-2.6-omap-h63xx.git diff --git a/arch/ia64/kernel/acpi-ext.c b/arch/ia64/kernel/acpi-ext.c index fff82929d22..b7515bc808a 100644 --- a/arch/ia64/kernel/acpi-ext.c +++ b/arch/ia64/kernel/acpi-ext.c @@ -8,7 +8,6 @@ * published by the Free Software Foundation. */ -#include #include #include #include @@ -51,7 +50,7 @@ static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length) memcpy(length, vendor->byte_data + 8, sizeof(*length)); exit: - acpi_os_free(buffer.pointer); + kfree(buffer.pointer); return status; }