aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/sdl.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:46 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commit460b2c068c07d665af48566cfe39582086fed921 (patch)
tree1cb8c4a5d8cb10241ee076db1f40a0e41295d944 /arch/sandbox/cpu/sdl.c
parent7776960f4d26043c75bbc349d28815c698668d41 (diff)
downloadu-boot-460b2c068c07d665af48566cfe39582086fed921.zip
u-boot-460b2c068c07d665af48566cfe39582086fed921.tar.gz
u-boot-460b2c068c07d665af48566cfe39582086fed921.tar.bz2
sandbox: Audit config.h and common.h usage
Remove and replace common.h and config.h in sandbox when it's not needed and add some explicit includes where needed. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/cpu/sdl.c')
-rw-r--r--arch/sandbox/cpu/sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/sdl.c b/arch/sandbox/cpu/sdl.c
index 590e406..ed84646 100644
--- a/arch/sandbox/cpu/sdl.c
+++ b/arch/sandbox/cpu/sdl.c
@@ -72,7 +72,7 @@ static struct sdl_info {
static void sandbox_sdl_poll_events(void)
{
/*
- * We don't want to include common.h in this file since it uses
+ * We don't want to include cpu_func.h in this file since it uses
* system headers. So add a declation here.
*/
extern void reset_cpu(void);