summaryrefslogtreecommitdiff
path: root/test/boot/bootdev.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-02-07 11:30:56 -0700
committerTom Rini <trini@konsulko.com>2025-02-11 20:12:36 -0600
commit32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16 (patch)
treee93d47e0b37b56e158ccd740b4c2fcd008c96eaf /test/boot/bootdev.c
parent854225191af5527619fcc944d38f2e2fd5d3ced1 (diff)
test: Drop suites.h
This file is empty now. Remove it and its uses. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/boot/bootdev.c')
-rw-r--r--test/boot/bootdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/boot/bootdev.c b/test/boot/bootdev.c
index 8c44afd9297..5f07430714e 100644
--- a/test/boot/bootdev.c
+++ b/test/boot/bootdev.c
@@ -12,7 +12,6 @@
#include <bootflow.h>
#include <mapmem.h>
#include <os.h>
-#include <test/suites.h>
#include <test/ut.h>
#include "bootstd_common.h"