diff options
Diffstat (limited to 'drivers/hwspinlock/stm32_hwspinlock.c')
-rw-r--r-- | drivers/hwspinlock/stm32_hwspinlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwspinlock/stm32_hwspinlock.c b/drivers/hwspinlock/stm32_hwspinlock.c index 5273b9bfed8..346b138e98f 100644 --- a/drivers/hwspinlock/stm32_hwspinlock.c +++ b/drivers/hwspinlock/stm32_hwspinlock.c @@ -5,6 +5,7 @@ #define LOG_CATEGORY UCLASS_HWSPINLOCK +#include <common.h> #include <clk.h> #include <dm.h> #include <hwspinlock.h> |