summaryrefslogtreecommitdiff
path: root/board/agah/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/agah/keyboard.c')
-rw-r--r--board/agah/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/agah/keyboard.c b/board/agah/keyboard.c
index d234dfd64e..cb34543db8 100644
--- a/board/agah/keyboard.c
+++ b/board/agah/keyboard.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.
*/
@@ -45,7 +45,6 @@ static const struct ec_response_keybd_config keybd = {
.capabilities = KEYBD_CAP_NUMERIC_KEYPAD,
};
-
__override const struct ec_response_keybd_config *
board_vivaldi_keybd_config(void)
{