ACPICA: Eliminate acpi_native_uint type v2
[safe/jmp/linux-2.6] / drivers / acpi / resources / rsmisc.c
index de1ac38..96a6c03 100644 (file)
@@ -82,7 +82,7 @@ acpi_rs_convert_aml_to_resource(struct acpi_resource *resource,
 
        ACPI_FUNCTION_TRACE(rs_convert_aml_to_resource);
 
-       if (((acpi_native_uint) resource) & 0x3) {
+       if (((acpi_size) resource) & 0x3) {
 
                /* Each internal resource struct is expected to be 32-bit aligned */