Commit 92878ca5 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown

[PATCH] gcc-3.5: acpi build fix

Current gcc requires that both the declaration and the definition of
functions describe the same register conventions.
parent f40d95c0
......@@ -450,7 +450,7 @@ acpi_status asmlinkage
acpi_enter_sleep_state (
u8 sleep_state);
acpi_status
acpi_status asmlinkage
acpi_enter_sleep_state_s4bios (
void);
......
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