aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2007-11-08 21:20:34 +0000
committerNate Lawson <njl@FreeBSD.org>2007-11-08 21:20:34 +0000
commit69d3f89624b766cdfc3d6c4f974972ebcfd615bd (patch)
tree664dcc5b24df5e5b9825f443f995a6460976ea22
parentdda7aec745914ca7f827f11bf5f8fc1518c51b6f (diff)
Notes
-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 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