diff options
Diffstat (limited to 'test/dm/usb.c')
-rw-r--r-- | test/dm/usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dm/usb.c b/test/dm/usb.c index 4fd249bf64..4e1c870408 100644 --- a/test/dm/usb.c +++ b/test/dm/usb.c @@ -16,8 +16,6 @@ #include <dm/uclass-internal.h> #include <test/ut.h> -DECLARE_GLOBAL_DATA_PTR; - /* Test that sandbox USB works correctly */ static int dm_test_usb_base(struct unit_test_state *uts) { |