From f0fcad109d75ff48459d2cc7e4c3dde9e691af3f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 13 Oct 2021 23:50:06 +0000 Subject: tree: Make all host commands static Almost all of the host commands were already static. This change makes all of them static for consistency. BRANCH=none BUG=b:172020503 TEST=make buildall -j Signed-off-by: Tom Hughes Change-Id: I8330e85e6d64a039f08d7620eed1fe897f436567 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3221786 Reviewed-by: Aseda Aboagye --- common/port80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/port80.c') diff --git a/common/port80.c b/common/port80.c index ab1f112112..5d4a6b12ac 100644 --- a/common/port80.c +++ b/common/port80.c @@ -168,7 +168,7 @@ enum ec_status port80_last_boot(struct host_cmd_handler_args *args) return EC_RES_SUCCESS; } -enum ec_status port80_command_read(struct host_cmd_handler_args *args) +static enum ec_status port80_command_read(struct host_cmd_handler_args *args) { const struct ec_params_port80_read *p = args->params; uint32_t offset = p->read_buffer.offset; -- cgit v1.2.1