summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-11-02 19:27:46 +0000
committerkettenis <kettenis@openbsd.org>2009-11-02 19:27:46 +0000
commit1585f52e1bc76e947975fbdb04715b99c7879ca6 (patch)
tree11149971255d3040dcfc04f334d1ab676c14ade8
parentpermit -DMALLOC_STATS to compile again (diff)
downloadwireguard-openbsd-1585f52e1bc76e947975fbdb04715b99c7879ca6.tar.xz
wireguard-openbsd-1585f52e1bc76e947975fbdb04715b99c7879ca6.zip
Remove unused member(s) of `struct acpi_softc'.
ok deraadt@, krw@, marco@
-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;