Remove unused structure members
authorjordan <jordan@openbsd.org>
Mon, 26 Jul 2010 19:54:06 +0000 (19:54 +0000)
committerjordan <jordan@openbsd.org>
Mon, 26 Jul 2010 19:54:06 +0000 (19:54 +0000)
sys/dev/acpi/acpidev.h

index efa1238..8187f27 100644 (file)
@@ -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;