diff options
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Parser/psfind.c')
-rw-r--r-- | sys/contrib/dev/acpica/Subsystem/Parser/psfind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c b/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c index a0a92364db003..44b7dec2d327e 100644 --- a/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c +++ b/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: psfind - Parse tree search routine - * $Revision: 17 $ + * $Revision: 18 $ * *****************************************************************************/ @@ -138,7 +138,7 @@ * ******************************************************************************/ -ACPI_PARSE_OBJECT* +static ACPI_PARSE_OBJECT* AcpiPsGetParent ( ACPI_PARSE_OBJECT *Op) { @@ -183,7 +183,7 @@ AcpiPsGetParent ( * ******************************************************************************/ -ACPI_PARSE_OBJECT * +static ACPI_PARSE_OBJECT * AcpiPsFindName ( ACPI_PARSE_OBJECT *Scope, UINT32 Name, |