summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-10-04 18:48:05 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-10-04 18:48:05 +0000
commit74cb5f42981d9b20e1c62602dc19ed6c5ab7a5b4 (patch)
tree59dbc45219dba4c92c979b11e5e530f3bed4f7b3 /sys/dev/acpi/dsdt.h
parent4bffc6ac33cd20aba3be90e53785a4c9e9f28ac2 (diff)
Commit cleanup part of the diff that was backed out in the previous commit
(removal of unused functions). requested by deraadt@
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r--sys/dev/acpi/dsdt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h
index e3e7cff3008..459a94fa7b2 100644
--- a/sys/dev/acpi/dsdt.h
+++ b/sys/dev/acpi/dsdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.h,v 1.40 2008/09/29 18:29:43 deraadt Exp $ */
+/* $OpenBSD: dsdt.h,v 1.41 2008/10/04 18:48:04 kettenis Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@ -48,7 +48,6 @@ struct aml_opcode {
};
const char *aml_eisaid(u_int32_t);
-const char *aml_args(int);
const char *aml_mnem(int, uint8_t *);
int64_t aml_val2int(struct aml_value *);
struct aml_node *aml_searchname(struct aml_node *, const void *);