summaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/exprep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/exprep.c')
-rw-r--r--sys/contrib/dev/acpica/exprep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/exprep.c b/sys/contrib/dev/acpica/exprep.c
index 57716107d750a..b0c39ade56c8f 100644
--- a/sys/contrib/dev/acpica/exprep.c
+++ b/sys/contrib/dev/acpica/exprep.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: amprep - ACPI AML (p-code) execution - field prep utilities
- * $Revision: 67 $
+ * $Revision: 68 $
*
*****************************************************************************/
@@ -140,7 +140,7 @@
*
******************************************************************************/
-UINT32
+static UINT32
AcpiAmlDecodeFieldAccessType (
UINT32 Access)
{
@@ -192,7 +192,7 @@ AcpiAmlDecodeFieldAccessType (
*
******************************************************************************/
-ACPI_STATUS
+static ACPI_STATUS
AcpiAmlPrepCommonFieldObject (
ACPI_OPERAND_OBJECT *ObjDesc,
UINT8 FieldFlags,