summaryrefslogtreecommitdiff
path: root/common/extpower_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/extpower_gpio.c')
-rw-r--r--common/extpower_gpio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/extpower_gpio.c b/common/extpower_gpio.c
index 4cdcb834f8..8b41ec2075 100644
--- a/common/extpower_gpio.c
+++ b/common/extpower_gpio.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -31,7 +31,6 @@ static void extpower_deferred(void)
debounced_extpower_presence = extpower_presence;
extpower_handle_update(extpower_presence);
-
}
DECLARE_DEFERRED(extpower_deferred);
@@ -39,7 +38,7 @@ void extpower_interrupt(enum gpio_signal signal)
{
/* Trigger deferred notification of external power change */
hook_call_deferred(&extpower_deferred_data,
- CONFIG_EXTPOWER_DEBOUNCE_MS * MSEC);
+ CONFIG_EXTPOWER_DEBOUNCE_MS * MSEC);
}
static void extpower_init(void)