summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-01-26 19:54:50 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-01-26 19:54:50 +0000
commit9b9482005585900c77dc2a9a611fcb577af3deb1 (patch)
treed9aaf22fdcaa4f2746e5e4815483bdd5b69fd851 /sys/dev/acpi
parent75435d75635d188e589eccdd74618faffcfae22b (diff)
Actually add the acpidock indicator sensor stuff to the softc struct so
acpidock compiles. I had this in my tree and forgot to commit with the acpidock.c change yesterday. :( Reported by Johan Mson Lindman.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpidev.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h
index 27dbdd07c05..6ef171365ae 100644
--- a/sys/dev/acpi/acpidev.h
+++ b/sys/dev/acpi/acpidev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpidev.h,v 1.18 2007/01/25 21:25:42 mk Exp $ */
+/* $OpenBSD: acpidev.h,v 1.19 2007/01/26 19:54:49 mk Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
@@ -292,6 +292,9 @@ struct acpidock_softc {
struct acpi_softc *sc_acpi;
struct aml_node *sc_devnode;
+ struct sensor sc_sens[1];
+ struct sensordev sc_sensdev;
+
int sc_docked;
int sc_sta;