include: mgmt: ec_host_cmd: Remove __subsystem tag

Remove the subsystem tag from a backend API.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-05-01 11:13:41 +02:00 committed by Fabio Baltieri
parent 13699dc660
commit b4e5c2e078
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ typedef int (*ec_host_cmd_backend_api_init)(const struct ec_host_cmd_backend *ba
*/
typedef int (*ec_host_cmd_backend_api_send)(const struct ec_host_cmd_backend *backend);
__subsystem struct ec_host_cmd_backend_api {
struct ec_host_cmd_backend_api {
ec_host_cmd_backend_api_init init;
ec_host_cmd_backend_api_send send;
};