]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sandbox: Drop <common.h>
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:22 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
None of these headers need <common.h> to be included, drop it.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/include/asm/clk.h
arch/sandbox/include/asm/mbox.h
arch/sandbox/include/asm/power-domain.h
arch/sandbox/include/asm/reset.h

index df7156fe31742cb79f0b8ee5bc7c4f5f27e0ccc9..2b7dbca8f75511af5c67f5f58ab478e96f9d1e06 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __SANDBOX_CLK_H
 #define __SANDBOX_CLK_H
 
-#include <common.h>
 #include <clk.h>
 #include <dt-structs.h>
 #include <linux/clk-provider.h>
index 70f36d7afef63d06528b442ebac8a6ced12c0d98..499e9a67f6ac31e0590d9871a5e3d17deb34569e 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __SANDBOX_MBOX_H
 #define __SANDBOX_MBOX_H
 
-#include <common.h>
-
 #define SANDBOX_MBOX_PING_XOR 0x12345678
 
 struct udevice;
index 1845bc8d3baf86d21893d0c00a5aece45b19405e..4d5e861dbce2b6434ac9bcffe5fc8f704d32e62d 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __SANDBOX_POWER_DOMAIN_H
 #define __SANDBOX_POWER_DOMAIN_H
 
-#include <common.h>
-
 struct udevice;
 
 int sandbox_power_domain_query(struct udevice *dev, unsigned long id);
index 40d3e61c110af742d996bfb5bb08afe84688242f..f0709b41c09ff5364623768ccfac7e4b7ca57d15 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __SANDBOX_RESET_H
 #define __SANDBOX_RESET_H
 
-#include <common.h>
-
 struct udevice;
 
 int sandbox_reset_query(struct udevice *dev, unsigned long id);