summaryrefslogtreecommitdiff
path: root/common/mkbp_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mkbp_info.c')
-rw-r--r--common/mkbp_info.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/mkbp_info.c b/common/mkbp_info.c
index c195eda888..c8cc6e7f58 100644
--- a/common/mkbp_info.c
+++ b/common/mkbp_info.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The ChromiumOS Authors.
+/* 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.
*/
@@ -120,12 +120,10 @@ static enum ec_status mkbp_get_info(struct host_cmd_handler_args *args)
args->response_size = sizeof(r->host_event);
break;
-#ifdef CONFIG_HOST_EVENT64
case EC_MKBP_EVENT_HOST_EVENT64:
r->host_event64 = host_get_events();
args->response_size = sizeof(r->host_event64);
break;
-#endif
#ifdef CONFIG_MKBP_INPUT_DEVICES
case EC_MKBP_EVENT_BUTTON: