diff options
-rw-r--r-- | sys/dev/acpi/acpivar.h | 7 |
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; |