
28 Oct
2024
28 Oct
'24
1:41 p.m.
This pointer is not used any more, so drop the declarations.
Signed-off-by: Simon Glass sjg@chromium.org ---
test/common/bloblist.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/test/common/bloblist.c b/test/common/bloblist.c index fd85c7ab79e..7b90fa7f352 100644 --- a/test/common/bloblist.c +++ b/test/common/bloblist.c @@ -6,13 +6,10 @@ #include <bloblist.h> #include <log.h> #include <mapmem.h> -#include <asm/global_data.h> #include <test/suites.h> #include <test/test.h> #include <test/ut.h>
-DECLARE_GLOBAL_DATA_PTR; - /* Declare a new bloblist test */ #define BLOBLIST_TEST(_name, _flags) \ UNIT_TEST(_name, _flags, bloblist_test)
--
2.43.0