diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-04-10 03:32:25 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-04-10 03:32:25 +0000 |
commit | 67b0af415c365274cdddd7fc9961199fe91dd3c6 (patch) | |
tree | ce0f53d40f6f19ea7554dc8493b9e65b93613744 /sys/dev/acpi | |
parent | 1c9b3e03c3d0a99e4caa58fa777f687fcb42ce41 (diff) |
gasio was killed so kill proto
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index 56f4c94081d..de9fa55e5d6 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.144 2009/04/09 16:52:32 jordan Exp $ */ +/* $OpenBSD: dsdt.c,v 1.145 2009/04/10 03:32:24 marco Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -80,8 +80,6 @@ struct aml_value *aml_evaltarget(struct aml_scope *scope, struct aml_value *res); int aml_evalterm(struct aml_scope *scope, struct aml_value *raw, struct aml_value *dst); -void aml_gasio(struct acpi_softc *, int, uint64_t, uint64_t, - int, int, int, void *, int); struct aml_opcode *aml_findopcode(int); |