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:
parent
13699dc660
commit
b4e5c2e078
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue