diff --git a/drivers/hab/habv3.c b/drivers/hab/habv3.c index 47d3caf..f3f94bc 100644 --- a/drivers/hab/habv3.c +++ b/drivers/hab/habv3.c @@ -10,9 +10,11 @@ */ #define pr_fmt(fmt) "HABv3: " fmt +#include #include #include #include +#include struct hab_status { u8 value; @@ -55,7 +57,7 @@ { 0x8e, "algorithm type is either invalid or ortherwise unsupported" }, }; -int imx_habv3_get_status(uint32_t status) +static int imx_habv3_get_status(uint32_t status) { int i;