From d946ade94b8ee1eced52b6bd657a5d742e0c440b Mon Sep 17 00:00:00 2001 From: shchmue Date: Fri, 25 Oct 2019 11:46:10 -0600 Subject: [PATCH] kfuse: Fix missing include --- source/soc/kfuse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/soc/kfuse.c b/source/soc/kfuse.c index 2f9e5de..52f188f 100644 --- a/source/soc/kfuse.c +++ b/source/soc/kfuse.c @@ -17,6 +17,7 @@ #include "../soc/kfuse.h" #include "../soc/clock.h" #include "../soc/t210.h" +#include "../utils/util.h" int kfuse_read(u32 *buf) {