diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:57 -0600 |
commit | a2955579e737acf24ad76da4f9d42066ac9d135b (patch) | |
tree | 1930da2fe39d076c52a79a96064f5f97b59176ed /drivers/video/dsi-host-uclass.c | |
parent | 12a8b0dcaec239c53bc69b3df0abc0f4d5454309 (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/dsi-host-uclass.c')
-rw-r--r-- | drivers/video/dsi-host-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/dsi-host-uclass.c b/drivers/video/dsi-host-uclass.c index 6e5256eb126..fde275ad7e2 100644 --- a/drivers/video/dsi-host-uclass.c +++ b/drivers/video/dsi-host-uclass.c @@ -7,7 +7,6 @@ #define LOG_CATEGORY UCLASS_DSI_HOST -#include <common.h> #include <dm.h> #include <dsi_host.h> |