diff options
| author | mycroft <mycroft@NetBSD.org> | 2003-11-01 08:34:54 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2003-11-01 08:34:54 +0000 |
| commit | be8e41d93aab67d65fda09ddaeb8fc89cfbc4a0d (patch) | |
| tree | c49ab75c18ed587c82b43f3e050735c181bc87f2 /sys/dev | |
| parent | 10e36668fc9d7b82b52ee86389a43ac765c52b00 (diff) | |
sc_lockhandle is garbage.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpi_ec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi_ec.c b/sys/dev/acpi/acpi_ec.c index 98513fcb0e2..6ee480b7b48 100644 --- a/sys/dev/acpi/acpi_ec.c +++ b/sys/dev/acpi/acpi_ec.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_ec.c,v 1.14 2003/11/01 08:27:37 mycroft Exp $ */ +/* $NetBSD: acpi_ec.c,v 1.15 2003/11/01 08:34:54 mycroft Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -172,7 +172,7 @@ *****************************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.14 2003/11/01 08:27:37 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.15 2003/11/01 08:34:54 mycroft Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -207,7 +207,6 @@ struct acpi_ec_softc { int sc_flags; /* see below */ uint32_t sc_csrvalue; /* saved control register */ - UINT32 sc_lockhandle; }; #define EC_F_LOCKED 0x01 /* EC is locked */ |
