summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owtemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/onewire/owtemp.c')
-rw-r--r--sys/dev/onewire/owtemp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/onewire/owtemp.c b/sys/dev/onewire/owtemp.c
index 8461be87b43..6b7786f9a8e 100644
--- a/sys/dev/onewire/owtemp.c
+++ b/sys/dev/onewire/owtemp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: owtemp.c,v 1.13 2009/01/18 09:12:04 grange Exp $ */
+/* $OpenBSD: owtemp.c,v 1.14 2009/10/13 19:33:16 pirofti Exp $ */
/*
* Copyright (c) 2006, 2009 Alexander Yurchenko <grange@openbsd.org>
@@ -61,7 +61,7 @@ struct owtemp_softc {
int owtemp_match(struct device *, void *, void *);
void owtemp_attach(struct device *, struct device *, void *);
int owtemp_detach(struct device *, int);
-int owtemp_activate(struct device *, enum devact);
+int owtemp_activate(struct device *, int);
void owtemp_update(void *);
@@ -133,7 +133,7 @@ owtemp_detach(struct device *self, int flags)
}
int
-owtemp_activate(struct device *self, enum devact act)
+owtemp_activate(struct device *self, int act)
{
return (0);
}