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 fa4efdb298..04796435f1 100644 --- a/drivers/video/stm32/stm32_dsi.c +++ b/drivers/video/stm32/stm32_dsi.c @@ -23,6 +23,7 @@ #include <dm/device-internal.h> #include <dm/device_compat.h> #include <dm/lists.h> +#include <linux/bitops.h> #include <linux/iopoll.h> #include <power/regulator.h> |