From 82bd6820a6a13f53cc0af38b6cdc5c306128dfe5 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 23 Jan 2001 21:51:26 +0000 Subject: Axe an unused static softc. --- sys/dev/acpica/acpi_ec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index 811ca24..fa6e527 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); -- cgit v1.1