summaryrefslogtreecommitdiff
path: root/test/cmd/loadm.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:56 -0700
committerTom Rini <[email protected]>2025-02-11 20:12:36 -0600
commit32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16 (patch)
treee93d47e0b37b56e158ccd740b4c2fcd008c96eaf /test/cmd/loadm.c
parent854225191af5527619fcc944d38f2e2fd5d3ced1 (diff)
test: Drop suites.h
This file is empty now. Remove it and its uses. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/cmd/loadm.c')
-rw-r--r--test/cmd/loadm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmd/loadm.c b/test/cmd/loadm.c
index 3c623aa655f..043cd25dfb6 100644
--- a/test/cmd/loadm.c
+++ b/test/cmd/loadm.c
@@ -13,7 +13,6 @@
#include <mapmem.h>
#include <asm/global_data.h>
#include <dm/test.h>
-#include <test/suites.h>
#include <test/test.h>
#include <test/ut.h>