This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / parser / pstree.c
index 15e7ec1..a25f31c 100644 (file)
@@ -181,8 +181,6 @@ acpi_ps_append_arg (
 }
 
 
-#ifdef ACPI_FUTURE_USAGE
-
 /*******************************************************************************
  *
  * FUNCTION:    acpi_ps_get_child
@@ -194,6 +192,7 @@ acpi_ps_append_arg (
  * DESCRIPTION: Get op's children or NULL if none
  *
  ******************************************************************************/
+
 union acpi_parse_object *
 acpi_ps_get_child (
        union acpi_parse_object         *op)
@@ -323,5 +322,4 @@ acpi_ps_get_depth_next (
        return (next);
 }
 
-#endif  /*  ACPI_FUTURE_USAGE  */