diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 09:36:25 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 09:36:25 +0000 |
| commit | f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (patch) | |
| tree | 7c849b394b62ba086bc123f7a780a33169a79fe8 /sys/contrib/dev/acpica/nsalloc.c | |
| parent | 926328c40640129470e712faa4614b6a317c00a9 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/nsalloc.c')
| -rw-r--r-- | sys/contrib/dev/acpica/nsalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/nsalloc.c b/sys/contrib/dev/acpica/nsalloc.c index 881a083c95906..ef92cb327413a 100644 --- a/sys/contrib/dev/acpica/nsalloc.c +++ b/sys/contrib/dev/acpica/nsalloc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nsalloc - Namespace allocation and deletion utilities - * $Revision: 41 $ + * $Revision: 42 $ * ******************************************************************************/ @@ -578,7 +578,7 @@ AcpiNsDeleteNamespaceSubtree ( * ******************************************************************************/ -void +static void AcpiNsRemoveReference ( ACPI_NAMESPACE_NODE *Node) { |
