diff options
Diffstat (limited to 'drivers/sysreset/sysreset_sti.c')
-rw-r--r-- | drivers/sysreset/sysreset_sti.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sysreset/sysreset_sti.c b/drivers/sysreset/sysreset_sti.c index 110b7e23afa..edd90aab061 100644 --- a/drivers/sysreset/sysreset_sti.c +++ b/drivers/sysreset/sysreset_sti.c @@ -4,6 +4,7 @@ * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics. */ +#include <common.h> #include <dm.h> #include <regmap.h> #include <syscon.h> |