aboutsummaryrefslogtreecommitdiff
path: root/test/image/spl_load_fs.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:10:58 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:04 -0600
commit752ed0867522a68f21392a6b9d78589129248572 (patch)
treef9afa518638e79176c34af5aaf8ac36712e357b5 /test/image/spl_load_fs.c
parent702841b56e9113acd7dea78c432cfd186c0293f4 (diff)
downloadu-boot-752ed0867522a68f21392a6b9d78589129248572.zip
u-boot-752ed0867522a68f21392a6b9d78589129248572.tar.gz
u-boot-752ed0867522a68f21392a6b9d78589129248572.tar.bz2
test: Remove <common.h> and add needed includes
Remove <common.h> from all "test/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/image/spl_load_fs.c')
-rw-r--r--test/image/spl_load_fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/image/spl_load_fs.c b/test/image/spl_load_fs.c
index a89189e..935078b 100644
--- a/test/image/spl_load_fs.c
+++ b/test/image/spl_load_fs.c
@@ -3,7 +3,6 @@
* Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
*/
-#include <common.h>
#include <blk.h>
#include <ext_common.h>
#include <ext4fs.h>