diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:35 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 9f97807afa5dcfd6520aca2ee16270e3c3f21429 (patch) | |
tree | b042a13a9aaf0b45bc4ca58ee5f86724fb840fa2 /drivers/cache/cache-v5l2.c | |
parent | 72d31d97670e79e713609f04f30abe7ddd05a329 (diff) |
cache: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/cache/cache-v5l2.c')
-rw-r--r-- | drivers/cache/cache-v5l2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cache/cache-v5l2.c b/drivers/cache/cache-v5l2.c index fe3f9392b2c..f0b8ecc8807 100644 --- a/drivers/cache/cache-v5l2.c +++ b/drivers/cache/cache-v5l2.c @@ -4,7 +4,6 @@ * Rick Chen, Andes Technology Corporation <rick@andestech.com> */ -#include <common.h> #include <command.h> #include <cache.h> #include <dm.h> |