diff options
-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; |