diff options
Diffstat (limited to 'sys/dev/acpi/acpidev.h')
-rw-r--r-- | sys/dev/acpi/acpidev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h index d1183cc6eda..60acfe17bb0 100644 --- a/sys/dev/acpi/acpidev.h +++ b/sys/dev/acpi/acpidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidev.h,v 1.14 2006/12/26 23:58:08 marco Exp $ */ +/* $OpenBSD: acpidev.h,v 1.15 2007/01/03 05:59:20 marco Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> @@ -261,7 +261,7 @@ struct acpiac_softc { int sc_ac_stat; - struct sensor sens[1]; /* XXX debug only */ + struct sensor sc_sens[1]; struct sensordev sc_sensdev; }; @@ -278,7 +278,7 @@ struct acpibat_softc { struct acpibat_bst sc_bst; volatile int sc_bat_present; - struct sensor sc_sens[8]; /* XXX debug only */ + struct sensor sc_sens[8]; struct sensordev sc_sensdev; }; #endif /* __DEV_ACPI_ACPIDEV_H__ */ |