diff options
Diffstat (limited to 'sys/dev/acpi/acpidev.h')
-rw-r--r-- | sys/dev/acpi/acpidev.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h index efa123891e8..8187f27976d 100644 --- a/sys/dev/acpi/acpidev.h +++ b/sys/dev/acpi/acpidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidev.h,v 1.28 2009/06/02 23:03:34 jordan Exp $ */ +/* $OpenBSD: acpidev.h,v 1.29 2010/07/26 19:54:06 jordan Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> @@ -259,9 +259,6 @@ struct acpicpu_pct { struct acpiac_softc { struct device sc_dev; - bus_space_tag_t sc_iot; - bus_space_handle_t sc_ioh; - struct acpi_softc *sc_acpi; struct aml_node *sc_devnode; @@ -274,9 +271,6 @@ struct acpiac_softc { struct acpibat_softc { struct device sc_dev; - bus_space_tag_t sc_iot; - bus_space_handle_t sc_ioh; - struct acpi_softc *sc_acpi; struct aml_node *sc_devnode; @@ -293,9 +287,6 @@ TAILQ_HEAD(aml_nodelisth, aml_nodelist); struct acpidock_softc { struct device sc_dev; - bus_space_tag_t sc_iot; - bus_space_handle_t sc_ioh; - struct acpi_softc *sc_acpi; struct aml_node *sc_devnode; |