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/mailbox-uclass.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/mailbox-uclass.c')
-rw-r--r-- | drivers/mailbox/mailbox-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox-uclass.c b/drivers/mailbox/mailbox-uclass.c index 85ba8c5fd99..4bf4987ce0a 100644 --- a/drivers/mailbox/mailbox-uclass.c +++ b/drivers/mailbox/mailbox-uclass.c @@ -5,7 +5,6 @@ #define LOG_CATEGORY UCLASS_MAILBOX -#include <common.h> #include <dm.h> #include <log.h> #include <mailbox.h> |