summaryrefslogtreecommitdiff
path: root/drivers/mailbox/sandbox-mbox.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:56 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:55 -0600
commitf10a78aaeab0a9aa357a5781f6cc61d7525e25cf (patch)
tree7303591039890325705943c6e2028136842c2126 /drivers/mailbox/sandbox-mbox.c
parentbe1f54ab6f62ac38758070999031dc76d9cec619 (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/sandbox-mbox.c')
-rw-r--r--drivers/mailbox/sandbox-mbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/sandbox-mbox.c b/drivers/mailbox/sandbox-mbox.c
index 87d38de0cb6..87e06e492fe 100644
--- a/drivers/mailbox/sandbox-mbox.c
+++ b/drivers/mailbox/sandbox-mbox.c
@@ -3,7 +3,6 @@
* Copyright (c) 2016, NVIDIA CORPORATION.
*/
-#include <common.h>
#include <dm.h>
#include <log.h>
#include <mailbox-uclass.h>