diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
commit | f07668b30ab5700ea31a09174150a378b9ef0044 (patch) | |
tree | c07553a532046ae004134a6c48cbe78e992e4072 /drivers/remoteproc/k3_system_controller.c | |
parent | 37ea47d266980e220ec66f34414246d531fc4f65 (diff) |
remoteproc: 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/remoteproc/k3_system_controller.c')
-rw-r--r-- | drivers/remoteproc/k3_system_controller.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/k3_system_controller.c b/drivers/remoteproc/k3_system_controller.c index 071de40fbd6..71238a6058a 100644 --- a/drivers/remoteproc/k3_system_controller.c +++ b/drivers/remoteproc/k3_system_controller.c @@ -6,7 +6,6 @@ * Lokesh Vutla <lokeshvutla@ti.com> */ -#include <common.h> #include <dm.h> #include <log.h> #include <remoteproc.h> |