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 a7420fb2ee7..a18c1e027a8 100644 --- a/drivers/video/stm32/stm32_dsi.c +++ b/drivers/video/stm32/stm32_dsi.c @@ -26,6 +26,7 @@ #include <dm/lists.h> #include <linux/bitops.h> #include <linux/iopoll.h> +#include <linux/printk.h> #include <power/regulator.h> #define HWVER_130 0x31333000 /* IP version 1.30 */ |