diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:55 -0600 |
commit | f10a78aaeab0a9aa357a5781f6cc61d7525e25cf (patch) | |
tree | 7303591039890325705943c6e2028136842c2126 /drivers/mailbox/k3-sec-proxy.c | |
parent | be1f54ab6f62ac38758070999031dc76d9cec619 (diff) |
mailbox: 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/mailbox/k3-sec-proxy.c')
-rw-r--r-- | drivers/mailbox/k3-sec-proxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/k3-sec-proxy.c b/drivers/mailbox/k3-sec-proxy.c index 05f6b1795d6..5eafe46fd4d 100644 --- a/drivers/mailbox/k3-sec-proxy.c +++ b/drivers/mailbox/k3-sec-proxy.c @@ -6,7 +6,6 @@ * Lokesh Vutla <lokeshvutla@ti.com> */ -#include <common.h> #include <log.h> #include <malloc.h> #include <asm/global_data.h> |