vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / parser / pstree.c
index a25f31c..2140bd1 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -181,6 +181,8 @@ acpi_ps_append_arg (
 }
 
 
+#ifdef ACPI_FUTURE_USAGE
+
 /*******************************************************************************
  *
  * FUNCTION:    acpi_ps_get_child
@@ -192,7 +194,6 @@ 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)
@@ -322,4 +323,5 @@ acpi_ps_get_depth_next (
        return (next);
 }
 
+#endif  /*  ACPI_FUTURE_USAGE  */