summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/onewire_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/onewire/onewire_subr.c')
-rw-r--r--sys/dev/onewire/onewire_subr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/onewire/onewire_subr.c b/sys/dev/onewire/onewire_subr.c
index f20e4913914..ccb24a0868f 100644
--- a/sys/dev/onewire/onewire_subr.c
+++ b/sys/dev/onewire/onewire_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: onewire_subr.c,v 1.1 2006/03/04 16:27:03 grange Exp $ */
+/* $OpenBSD: onewire_subr.c,v 1.2 2007/02/28 22:31:32 deraadt Exp $ */
/*
* Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
@@ -29,10 +29,6 @@
#include <dev/onewire/onewirevar.h>
#ifdef ONEWIREVERBOSE
-struct onewire_family {
- int of_type;
- const char * of_name;
-};
#include <dev/onewire/onewiredevs_data.h>
#endif