summaryrefslogtreecommitdiff
path: root/sys/sys/sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sensors.h')
-rw-r--r--sys/sys/sensors.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/sensors.h b/sys/sys/sensors.h
index b1bf848a14a..f4f3c42576c 100644
--- a/sys/sys/sensors.h
+++ b/sys/sys/sensors.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.h,v 1.14 2006/01/28 09:53:37 dlg Exp $ */
+/* $OpenBSD: sensors.h,v 1.15 2006/03/12 13:48:32 dlg Exp $ */
/*
* Copyright (c) 2003, 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -81,8 +81,6 @@ struct sensor {
#define SENSOR_FUNKNOWN 0x0002 /* sensor value is unknown */
};
-SLIST_HEAD(sensors_head, sensor);
-
#ifdef _KERNEL
void sensor_add(struct sensor *);