From: Bob Moore Date: Tue, 10 Jun 2008 05:42:13 +0000 (+0800) Subject: ACPICA: Eliminate acpi_native_uint type v2 X-Git-Tag: v2.6.27-rc1~1050^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a119f990063f5662574f6d6414fe9bc5ece86a;p=pandora-kernel.git ACPICA: Eliminate acpi_native_uint type v2 No longer needed; replaced mostly with u32, but also acpi_size where a type that changes 32/64 bit on 32/64-bit platforms is required. v2: Fix a cast of a 32-bit int to a pointer in ACPI to avoid a compiler warning. from David Howells Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown Signed-off-by: Andi Kleen --- Reading git-diff-tree failed