[PATCH 02/21] bloblist: test: Drop global_data declarations

Simon Glass sjg at chromium.org
Mon Oct 28 13:41:07 CET 2024


This pointer is not used any more, so drop the declarations.

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list