summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/reset.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:28:22 -0400
committerTom Rini <trini@konsulko.com>2023-11-07 14:50:52 -0500
commit4935b159802b5b436be2ba1871839fda393726c1 (patch)
treea2f7b4d3ca44c82d3c1c61e04f3c1fb6f9ac9c13 /arch/sandbox/include/asm/reset.h
parentac23bb63cfdddd6088cea52d5b4ac8cec244a6bb (diff)
sandbox: Drop <common.h>
None of these headers need <common.h> to be included, drop it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/include/asm/reset.h')
-rw-r--r--arch/sandbox/include/asm/reset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sandbox/include/asm/reset.h b/arch/sandbox/include/asm/reset.h
index 40d3e61c110..f0709b41c09 100644
--- a/arch/sandbox/include/asm/reset.h
+++ b/arch/sandbox/include/asm/reset.h
@@ -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);