From 9b9482005585900c77dc2a9a611fcb577af3deb1 Mon Sep 17 00:00:00 2001 From: Michael Knudsen Date: Fri, 26 Jan 2007 19:54:50 +0000 Subject: 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. --- sys/dev/acpi/acpidev.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/acpi') 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 * Copyright (c) 2005 Thorsten Lockert @@ -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; -- cgit v1.2.3