This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / executer / exregion.c
index 4fef755..3262f1a 100644 (file)
@@ -121,7 +121,7 @@ acpi_ex_system_memory_space_handler (
         * Hardware does not support non-aligned data transfers, we must verify
         * the request.
         */
-       (void) acpi_ut_short_divide ((acpi_integeraddress, length, NULL, &remainder);
+       (void) acpi_ut_short_divide ((acpi_integer *) &address, length, NULL, &remainder);
        if (remainder != 0) {
                return_ACPI_STATUS (AE_AML_ALIGNMENT);
        }