diff options
Diffstat (limited to 'drivers/video/stm32/stm32_dsi.c')
-rw-r--r-- | drivers/video/stm32/stm32_dsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/stm32/stm32_dsi.c b/drivers/video/stm32/stm32_dsi.c index 438ed41e8d5..a18c1e027a8 100644 --- a/drivers/video/stm32/stm32_dsi.c +++ b/drivers/video/stm32/stm32_dsi.c @@ -10,6 +10,7 @@ #define LOG_CATEGORY UCLASS_VIDEO_BRIDGE +#include <common.h> #include <clk.h> #include <dm.h> #include <dsi_host.h> |