diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2010-07-26 19:54:07 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2010-07-26 19:54:07 +0000 |
commit | 5e1bbf6269f68077958d1b9cc6c6fe77e39ffe17 (patch) | |
tree | 844e32005891371a70ff61ae7b0f6a7b9de9c9ee /sys | |
parent | 04dd7af64e32d436a8730be75d4829f9e54701cd (diff) |
Remove unused structure members
Diffstat (limited to 'sys')
-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; |