Axe an unused static softc.

This commit is contained in:
John Baldwin 2001-01-23 21:51:26 +00:00
parent 9697124fc8
commit 705a513a29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71460

View File

@ -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);