summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-11-02 19:27:47 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-11-02 19:27:47 +0000
commitb4f491e27cbdfe4ace12920537151d3ef0a8367f (patch)
treedf344ada6b598314d285b12e2a7a5e798083fc55 /sys/dev/acpi
parent53a97c9ed1426a36558d3e0f3ee0e4237862e564 (diff)
Remove unused member(s) of `struct acpi_softc'.
ok deraadt@, krw@, marco@
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpivar.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h
index 984f16c3ec6..874081b3397 100644
--- a/sys/dev/acpi/acpivar.h
+++ b/sys/dev/acpi/acpivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpivar.h,v 1.51 2009/10/26 19:56:01 jordan Exp $ */
+/* $OpenBSD: acpivar.h,v 1.52 2009/11/02 19:27:46 kettenis Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -198,11 +198,6 @@ struct acpi_softc {
bus_space_handle_t sc_ioh_pm1a_evt;
void *sc_interrupt;
-#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS
- void *sc_softih;
-#else
- struct timeout sc_timeout;
-#endif
int sc_powerbtn;
int sc_sleepbtn;