diff options
| author | Simon Glass <[email protected]> | 2025-02-07 11:30:56 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-11 20:12:36 -0600 |
| commit | 32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16 (patch) | |
| tree | e93d47e0b37b56e158ccd740b4c2fcd008c96eaf /test/log | |
| parent | 854225191af5527619fcc944d38f2e2fd5d3ced1 (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/log')
| -rw-r--r-- | test/log/cont_test.c | 1 | ||||
| -rw-r--r-- | test/log/nolog_test.c | 1 | ||||
| -rw-r--r-- | test/log/pr_cont_test.c | 1 | ||||
| -rw-r--r-- | test/log/syslog_test.c | 1 | ||||
| -rw-r--r-- | test/log/syslog_test_ndebug.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/test/log/cont_test.c b/test/log/cont_test.c index 32b1c792367..3b3b791f025 100644 --- a/test/log/cont_test.c +++ b/test/log/cont_test.c @@ -9,7 +9,6 @@ #include <asm/global_data.h> #include <test/log.h> #include <test/test.h> -#include <test/suites.h> #include <test/ut.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/test/log/nolog_test.c b/test/log/nolog_test.c index 341dbfc9310..1913e6817a7 100644 --- a/test/log/nolog_test.c +++ b/test/log/nolog_test.c @@ -13,7 +13,6 @@ #include <asm/global_data.h> #include <test/log.h> #include <test/test.h> -#include <test/suites.h> #include <test/ut.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/test/log/pr_cont_test.c b/test/log/pr_cont_test.c index 7734e927f98..67d8ac59db9 100644 --- a/test/log/pr_cont_test.c +++ b/test/log/pr_cont_test.c @@ -8,7 +8,6 @@ #include <console.h> #include <test/log.h> #include <test/test.h> -#include <test/suites.h> #include <test/ut.h> #include <asm/global_data.h> #include <linux/printk.h> diff --git a/test/log/syslog_test.c b/test/log/syslog_test.c index c4180f775b9..98b91436580 100644 --- a/test/log/syslog_test.c +++ b/test/log/syslog_test.c @@ -15,7 +15,6 @@ #include <hexdump.h> #include <test/log.h> #include <test/test.h> -#include <test/suites.h> #include <test/ut.h> #include <asm/eth.h> #include "syslog_test.h" diff --git a/test/log/syslog_test_ndebug.c b/test/log/syslog_test_ndebug.c index b10e636812b..dfd0217c1e4 100644 --- a/test/log/syslog_test_ndebug.c +++ b/test/log/syslog_test_ndebug.c @@ -12,7 +12,6 @@ #include <hexdump.h> #include <test/log.h> #include <test/test.h> -#include <test/suites.h> #include <test/ut.h> #include <asm/eth.h> #include "syslog_test.h" |
