aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:51:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:51:26 +0000
commit705a513a293f3bb661a62a1a05488c9babf40b07 (patch)
tree5fc142ed923288c4c0e18c7b3df33d5321b55bf0 /sys/dev/acpica
parent9697124fc8232ae7c7d0b5a1cae0ac10e44d1dcf (diff)
Notes
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_ec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c
index 811ca2487c57..fa6e5278468b 100644
--- a/sys/dev/acpica/acpi_ec.c
+++ b/sys/dev/acpica/acpi_ec.c
@@ -207,8 +207,6 @@ typedef struct
UINT8 Data;
} EC_REQUEST;
-static struct acpi_ec_softc acpi_ec_default; /* for the default EC handler */
-
static void EcGpeHandler(void *Context);
static ACPI_STATUS EcSpaceSetup(ACPI_HANDLE Region, UINT32 Function,
void *Context, void **return_Context);