diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi_ec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index 86fb4b9457867..bb752236ae930 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -556,7 +556,6 @@ acpi_ec_suspend(device_t dev) sc = device_get_softc(dev); sc->ec_suspending = TRUE; return (0); - } static int @@ -567,7 +566,6 @@ acpi_ec_resume(device_t dev) sc = device_get_softc(dev); sc->ec_suspending = FALSE; return (0); - } static int |
