diff options
Diffstat (limited to 'drivers/core/of_extra.c')
-rw-r--r-- | drivers/core/of_extra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/core/of_extra.c b/drivers/core/of_extra.c index a3ebe9e9c24..59ce9174ad0 100644 --- a/drivers/core/of_extra.c +++ b/drivers/core/of_extra.c @@ -4,6 +4,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <log.h> #include <linux/libfdt.h> #include <dm/of_access.h> |