Skip to content

Commit

Permalink
drivers: regulator: include tee extensions
Browse files Browse the repository at this point in the history
Adds missing header file for TEE extension macro
TEE_ERROR_DEFER_DRIVER_INIT.

Fixes: 6558b56 ("drivers: regulator: register to dt_driver")
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
etienne-lms authored and jforissier committed Oct 9, 2023
1 parent 66d7ea0 commit 44a7a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/drivers/regulator/regulator_dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <tee_api_defines_extensions.h>
#include <util.h>

/*
Expand Down

0 comments on commit 44a7a42

Please sign in to comment.