summaryrefslogtreecommitdiff
path: root/chip/mchp/clock_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/clock_chip.h')
-rw-r--r--chip/mchp/clock_chip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chip/mchp/clock_chip.h b/chip/mchp/clock_chip.h
index 2e7de60358..4b851aa2bd 100644
--- a/chip/mchp/clock_chip.h
+++ b/chip/mchp/clock_chip.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,7 +11,6 @@
#include <stdint.h>
void htimer_init(void);
-void system_set_htimer_alarm(uint32_t seconds,
- uint32_t microseconds);
+void system_set_htimer_alarm(uint32_t seconds, uint32_t microseconds);
#endif /* __CROS_EC_I2C_CLOCK_H */