diff options
Diffstat (limited to 'compiler/asllookup.c')
-rw-r--r-- | compiler/asllookup.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/compiler/asllookup.c b/compiler/asllookup.c index 7cc7232..db909fa 100644 --- a/compiler/asllookup.c +++ b/compiler/asllookup.c @@ -180,11 +180,7 @@ LsDoOnePathname ( void *Context, void **ReturnValue); -void -LsSetupNsList ( - void *Handle); - -ACPI_PARSE_OBJECT * +static ACPI_PARSE_OBJECT * LkGetNameOp ( ACPI_PARSE_OBJECT *Op); @@ -623,7 +619,7 @@ LkObjectExists ( * ******************************************************************************/ -ACPI_PARSE_OBJECT * +static ACPI_PARSE_OBJECT * LkGetNameOp ( ACPI_PARSE_OBJECT *Op) { |