diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-01-25 21:25:43 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-01-25 21:25:43 +0000 |
commit | 3d581047e29e2fb774e3a1864c1bc63b159a8285 (patch) | |
tree | 5b001293f54bea4a549a51f9116250d3dc2f2ed9 /sys/dev/acpi/acpidev.h | |
parent | 5079d07b031c89abcc90c124236266099bcfc0ee (diff) |
Remove comment that I committed by accident.
Diffstat (limited to 'sys/dev/acpi/acpidev.h')
-rw-r--r-- | sys/dev/acpi/acpidev.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h index 43c73a216c4..27dbdd07c05 100644 --- a/sys/dev/acpi/acpidev.h +++ b/sys/dev/acpi/acpidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidev.h,v 1.17 2007/01/22 19:45:16 mk Exp $ */ +/* $OpenBSD: acpidev.h,v 1.18 2007/01/25 21:25:42 mk Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> @@ -283,11 +283,6 @@ struct acpibat_softc { struct sensordev sc_sensdev; }; - -/* - * ACPI dock (_DCK) - */ - struct acpidock_softc { struct device sc_dev; |