]> git.sur5r.net Git - u-boot/blobdiff - test/dm/usb.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / test / dm / usb.c
index 4fd249bf64e845f8f00de3278463367d93a89ac7..349361754491db168d4fd5dc851f79f546a037de 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -16,8 +15,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)
 {