From 140614795a845b06e15f92b0400eb0a10970394b Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Fri, 17 Dec 2010 10:44:42 -0500 Subject: [PATCH] Fix build --- acpi_reboot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpi_reboot.patch b/acpi_reboot.patch index e9fdef35b..a980b31f7 100644 --- a/acpi_reboot.patch +++ b/acpi_reboot.patch @@ -66,7 +66,7 @@ index 50cc3be..c6a4e63 100644 acpi_os_write_port((acpi_io_address) reset_reg->address, - acpi_gbl_FADT.reset_value, - reset_reg->bit_width); -+ acpi_gbl_FADT.reset_value, 8) ++ acpi_gbl_FADT.reset_value, 8); } else { /* Write the reset value to the reset register */