summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c b/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c
index 835bc76..cbb7a1e 100644
--- a/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c
+++ b/sys/contrib/dev/acpica/Subsystem/Interpreter/amconfig.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: amconfig - Namespace reconfiguration (Load/Unload opcodes)
- * $Revision: 24 $
+ * $Revision: 25 $
*
*****************************************************************************/
@@ -144,7 +144,7 @@
*
****************************************************************************/
-ACPI_STATUS
+static ACPI_STATUS
AcpiAmlExecLoadTable (
ACPI_OPERAND_OBJECT *RgnDesc,
ACPI_HANDLE *DdbHandle)
@@ -290,7 +290,7 @@ Cleanup:
*
****************************************************************************/
-ACPI_STATUS
+static ACPI_STATUS
AcpiAmlExecUnloadTable (
ACPI_HANDLE DdbHandle)
{
OpenPOWER on IntegriCloud