]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mailbox: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:56 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:55 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mailbox/apple-mbox.c
drivers/mailbox/k3-sec-proxy.c
drivers/mailbox/mailbox-uclass.c
drivers/mailbox/sandbox-mbox-test.c
drivers/mailbox/sandbox-mbox.c
drivers/mailbox/stm32-ipcc.c
drivers/mailbox/tegra-hsp.c
drivers/mailbox/zynqmp-ipi.c

index 30c8e2f03fa8f688b16b8e38a0ffa49776aea23b..2ee49734f40654b528b68ba1ccee213e645431fd 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mailbox-uclass.h>
 #include <asm/io.h>
index 05f6b1795d64269cda206d2a1836fcc9f264f320..5eafe46fd4d073d2ce155856a65b2894b66a72de 100644 (file)
@@ -6,7 +6,6 @@
  *     Lokesh Vutla <lokeshvutla@ti.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <asm/global_data.h>
index 85ba8c5fd99d53b471e450ac7189fe6c5909ad1a..4bf4987ce0a1db957f165dd5726fccdeafb42f8a 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_MAILBOX
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <mailbox.h>
index ffd4674d1ef7f12089ab0a5191b33fea8348a75c..a2cfde2f62d6ee23f32a2c20844f1abce4bdf98d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mailbox.h>
 #include <malloc.h>
index 87d38de0cb612afaf971e47434298f4bb2448e28..87e06e492fe7a2c6d73d2790fae3fed8f9573cf0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <mailbox-uclass.h>
index 046e1a8aca6e6af41ac4d78fb5f30451b2139ad3..dda108735fce5877d85c3b9aa644fbca563cbcf5 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_MAILBOX
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 08c51c40f1411a51653ee74c8872db05aad4987a..bfd4d7cdf2e4d8047484fd83aa285677ac497916 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <asm/io.h>
index eb86847bbe2354e0bfda3d4551e64066ec9c3f38..4df69734ed952c707992671577a375c6ddd3f75b 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018-2019 Xilinx, Inc.
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/io.h>
 #include <asm/system.h>