Commit 34e450f1 authored by Andi Kleen's avatar Andi Kleen Committed by Paul Mackerras

[PATCH] Make ACPI compile again on 64bit/gcc 3.3

Fix prototypes to match function definitions
parent f2ffc44e
...@@ -287,15 +287,15 @@ acpi_os_derive_pci_id( ...@@ -287,15 +287,15 @@ acpi_os_derive_pci_id(
* Miscellaneous * Miscellaneous
*/ */
u8 BOOLEAN
acpi_os_readable ( acpi_os_readable (
void *pointer, void *pointer,
acpi_size length); u32 length);
u8 BOOLEAN
acpi_os_writable ( acpi_os_writable (
void *pointer, void *pointer,
acpi_size length); u32 length);
u32 u32
acpi_os_get_timer ( acpi_os_get_timer (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment