summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2006-04-11 02:36:50 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2006-04-11 02:36:50 +0000
commit50b4db29117289c648d13f2fd68efba6e7a8004e (patch)
tree21d9f72ffed78c833ad42db5f10ddcac7b5915e9
parent57ffc3ee00c70eed0ac54666964887d6112fd60b (diff)
KNF.
-rw-r--r--sys/dev/acpi/acpi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c
index b1d8678666b..9c4743b6383 100644
--- a/sys/dev/acpi/acpi.c
+++ b/sys/dev/acpi/acpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpi.c,v 1.47 2006/04/11 02:35:35 gwk Exp $ */
+/* $OpenBSD: acpi.c,v 1.48 2006/04/11 02:36:49 marco Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
@@ -44,8 +44,8 @@ int acpi_debug = 11;
#define ACPIEN_RETRIES 15
-void acpi_isr_thread(void *);
-void acpi_create_thread(void *);
+void acpi_isr_thread(void *);
+void acpi_create_thread(void *);
int acpi_match(struct device *, void *, void *);
void acpi_attach(struct device *, struct device *, void *);