summaryrefslogtreecommitdiff
path: root/baseboard/brask/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/brask/baseboard.c')
-rw-r--r--baseboard/brask/baseboard.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/baseboard/brask/baseboard.c b/baseboard/brask/baseboard.c
index 2e60b565f8..5a96ba49ca 100644
--- a/baseboard/brask/baseboard.c
+++ b/baseboard/brask/baseboard.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -9,6 +9,5 @@
#include "gpio_signal.h"
/* Wake up pins */
-const enum gpio_signal hibernate_wake_pins[] = {
-};
+const enum gpio_signal hibernate_wake_pins[] = {};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);