The function basprintf was not defined, include common.h which includes stdio.h and defines basprintf Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxx> --- drivers/pmdomain/ti/ti-k3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pmdomain/ti/ti-k3.c b/drivers/pmdomain/ti/ti-k3.c index 33bffeaca0..f53e907386 100644 --- a/drivers/pmdomain/ti/ti-k3.c +++ b/drivers/pmdomain/ti/ti-k3.c @@ -8,6 +8,7 @@ #define pr_fmt(fmt) "ti-k3-pm-domain: " fmt +#include <common.h> #include <io.h> #include <of_device.h> #include <malloc.h> -- 2.48.1