summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c b/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c
index 835afa6..45842a9 100644
--- a/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c
+++ b/sys/contrib/dev/acpica/Subsystem/Namespace/nsutils.c
@@ -2,7 +2,7 @@
*
* Module Name: nsutils - Utilities for accessing ACPI namespace, accessing
* parents and siblings and Scope manipulation
- * $Revision: 74 $
+ * $Revision: 75 $
*
*****************************************************************************/
@@ -10,8 +10,8 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights
- * reserved.
+ * Some or all of this work - Copyright (c) 1999, 2000, Intel Corp.
+ * All rights reserved.
*
* 2. License
*
@@ -828,7 +828,6 @@ AcpiNsGetNode (
FUNCTION_TRACE_PTR ("NsGetNode", Pathname);
-
/* Ensure that the namespace has been initialized */
if (!AcpiGbl_RootNode)
OpenPOWER on IntegriCloud