summaryrefslogtreecommitdiff
path: root/chip/stm32/charger_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/charger_detect.c')
-rw-r--r--chip/stm32/charger_detect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/stm32/charger_detect.c b/chip/stm32/charger_detect.c
index b32b9f3ac0..c404fc827a 100644
--- a/chip/stm32/charger_detect.c
+++ b/chip/stm32/charger_detect.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -33,7 +33,6 @@ static uint16_t detect_type(uint16_t det_type)
return STM32_USB_BCDR;
}
-
int charger_detect_get_device_type(void)
{
uint16_t pdet_result;