summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpihpet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi/acpihpet.c')
-rw-r--r--sys/dev/acpi/acpihpet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpihpet.c b/sys/dev/acpi/acpihpet.c
index cf31dfa8f5d..ff34331ddec 100644
--- a/sys/dev/acpi/acpihpet.c
+++ b/sys/dev/acpi/acpihpet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpihpet.c,v 1.8 2009/08/12 22:25:27 pirofti Exp $ */
+/* $OpenBSD: acpihpet.c,v 1.9 2009/10/13 19:33:16 pirofti Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -31,7 +31,7 @@
int acpihpet_match(struct device *, void *, void *);
void acpihpet_attach(struct device *, struct device *, void *);
-int acpihpet_activate(struct device *, enum devact);
+int acpihpet_activate(struct device *, int);
#ifdef __HAVE_TIMECOUNTER
u_int acpihpet_gettime(struct timecounter *tc);
@@ -66,7 +66,7 @@ struct cfdriver acpihpet_cd = {
};
int
-acpihpet_activate(struct device *self, enum devact act)
+acpihpet_activate(struct device *self, int act)
{
struct acpihpet_softc *sc = (struct acpihpet_softc *) self;