diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-12-17 10:44:42 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-12-17 10:44:42 -0500 |
commit | 140614795a845b06e15f92b0400eb0a10970394b (patch) | |
tree | 151328d8bb068ee8670bbd2ae7d2aa4db280676c /acpi_reboot.patch | |
parent | 0988eed04e7237fdab524413e9c69bbf54cdf400 (diff) | |
download | kernel-140614795a845b06e15f92b0400eb0a10970394b.tar.gz kernel-140614795a845b06e15f92b0400eb0a10970394b.tar.xz kernel-140614795a845b06e15f92b0400eb0a10970394b.zip |
Fix build
Diffstat (limited to 'acpi_reboot.patch')
-rw-r--r-- | acpi_reboot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |