summaryrefslogtreecommitdiff
path: root/test/dm/mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/mmc.c')
-rw-r--r--test/dm/mmc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dm/mmc.c b/test/dm/mmc.c
index 5bca4b79d5..c8c470c1b1 100644
--- a/test/dm/mmc.c
+++ b/test/dm/mmc.c
@@ -10,8 +10,6 @@
#include <dm/test.h>
#include <test/ut.h>
-DECLARE_GLOBAL_DATA_PTR;
-
/*
* Basic test of the mmc uclass. We could expand this by implementing an MMC
* stack for sandbox, or at least implementing the basic operation.