Commit 23975520 authored by Len Brown's avatar Len Brown Committed by Len Brown

build fix

parent a5f3ba60
...@@ -435,7 +435,7 @@ EXPORT_SYMBOL(acpi_disable_event); ...@@ -435,7 +435,7 @@ EXPORT_SYMBOL(acpi_disable_event);
* DESCRIPTION: Clear an ACPI event (fixed) * DESCRIPTION: Clear an ACPI event (fixed)
* *
******************************************************************************/ ******************************************************************************/
#ifdef ACPI_FUTURE_USAGE
acpi_status acpi_status
acpi_clear_event ( acpi_clear_event (
u32 event) u32 event)
...@@ -462,7 +462,6 @@ acpi_clear_event ( ...@@ -462,7 +462,6 @@ acpi_clear_event (
return_ACPI_STATUS (status); return_ACPI_STATUS (status);
} }
EXPORT_SYMBOL(acpi_clear_event); EXPORT_SYMBOL(acpi_clear_event);
#endif /* ACPI_FUTURE_USAGE */
/******************************************************************************* /*******************************************************************************
......
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