diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2010-08-04 18:11:57 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2010-08-04 18:11:57 +0000 |
commit | d1d22b53e9aae1a271d30371e1f72ee6e86465a3 (patch) | |
tree | dcc22c4d2702fd1939ea7b33f7cd6574d1e1ef0e /sys/dev/acpi/dsdt.h | |
parent | 8ee80e8c2c422d44e65c593ee52f3771a5ed95b5 (diff) |
Remove unused code, conditional in fixup node was never true
ok deraadt
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r-- | sys/dev/acpi/dsdt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h index 72f916b9df8..0c58b1cccf8 100644 --- a/sys/dev/acpi/dsdt.h +++ b/sys/dev/acpi/dsdt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.h,v 1.54 2010/07/22 14:19:47 deraadt Exp $ */ +/* $OpenBSD: dsdt.h,v 1.55 2010/08/04 18:11:56 jordan Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -63,8 +63,6 @@ void aml_register_notify(struct aml_node *, const char *, int (*)(struct aml_node *, int, void *), void *, int); -u_int64_t aml_getpciaddr(struct acpi_softc *, struct aml_node *); - int aml_evalnode(struct acpi_softc *, struct aml_node *, int , struct aml_value *, struct aml_value *); int aml_evalname(struct acpi_softc *, struct aml_node *, |