diff options
author | Tom Rini | 2024-05-01 19:31:31 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:57 -0600 |
commit | a2955579e737acf24ad76da4f9d42066ac9d135b (patch) | |
tree | 1930da2fe39d076c52a79a96064f5f97b59176ed /drivers/video/tidss | |
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/tidss')
-rw-r--r-- | drivers/video/tidss/tidss_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tidss/tidss_drv.c b/drivers/video/tidss/tidss_drv.c index 1380c6b6937..865d4bddb7f 100644 --- a/drivers/video/tidss/tidss_drv.c +++ b/drivers/video/tidss/tidss_drv.c @@ -9,7 +9,6 @@ * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> */ -#include <common.h> #include <dm.h> #include <clk.h> #include <log.h> |