aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/sandbox_dsi_host.c
diff options
context:
space:
mode:
authorTom Rini2024-05-01 19:31:31 -0600
committerTom Rini2024-05-07 08:00:57 -0600
commita2955579e737acf24ad76da4f9d42066ac9d135b (patch)
tree1930da2fe39d076c52a79a96064f5f97b59176ed /drivers/video/sandbox_dsi_host.c
parent12a8b0dcaec239c53bc69b3df0abc0f4d5454309 (diff)
video: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/video/sandbox_dsi_host.c')
-rw-r--r--drivers/video/sandbox_dsi_host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/sandbox_dsi_host.c b/drivers/video/sandbox_dsi_host.c
index c84a27ee3be..7025ac986e3 100644
--- a/drivers/video/sandbox_dsi_host.c
+++ b/drivers/video/sandbox_dsi_host.c
@@ -3,7 +3,6 @@
* Copyright (C) 2019, STMicroelectronics - All Rights Reserved
*/
-#include <common.h>
#include <display.h>
#include <dm.h>
#include <dsi_host.h>