]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bloblist: test: Drop global_data declarations
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:47 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:01 +0000 (11:56 -0600)
This pointer is not used any more, so drop the declarations.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/common/bloblist.c

index fd85c7ab79ea2b94919545f236224ef266b6862a..7b90fa7f352cdd26fda583648c7573024f544441 100644 (file)
@@ -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)