This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / hardware / hwgpe.c
index e4f17ac..3910b5e 100644 (file)
@@ -135,7 +135,7 @@ acpi_hw_clear_gpe (
  * DESCRIPTION: Return the status of a single GPE.
  *
  ******************************************************************************/
-#ifdef ACPI_FUTURE_USAGE
+
 acpi_status
 acpi_hw_get_gpe_status (
        struct acpi_gpe_event_info      *gpe_event_info,
@@ -194,7 +194,6 @@ acpi_hw_get_gpe_status (
 unlock_and_exit:
        return (status);
 }
-#endif  /*  ACPI_FUTURE_USAGE  */
 
 
 /******************************************************************************