This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / acpi / acparser.h
index 65d041a..42cc5b4 100644 (file)
@@ -247,7 +247,6 @@ acpi_ps_get_arg(
        union acpi_parse_object         *op,
        u32                              argn);
 
-#ifdef ACPI_FUTURE_USAGE
 union acpi_parse_object *
 acpi_ps_get_child (
        union acpi_parse_object         *op);
@@ -256,7 +255,6 @@ union acpi_parse_object *
 acpi_ps_get_depth_next (
        union acpi_parse_object         *origin,
        union acpi_parse_object         *op);
-#endif  /*  ACPI_FUTURE_USAGE  */
 
 
 /* pswalk - parse tree walk routines */
@@ -315,11 +313,9 @@ u8
 acpi_ps_is_prefix_char (
        u32                             c);
 
-#ifdef ACPI_FUTURE_USAGE
 u32
 acpi_ps_get_name(
        union acpi_parse_object         *op);
-#endif
 
 void
 acpi_ps_set_name(