]> git.sur5r.net Git - u-boot/blobdiff - test/dm/gpio.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / test / dm / gpio.c
index b99452340dfcb5135fc9b9ec6106a9ecdded55a3..bb4b20cea938d57463627e697f8bd20cf09db4cd 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -13,8 +12,6 @@
 #include <asm/gpio.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* Test that sandbox GPIOs work correctly */
 static int dm_test_gpio(struct unit_test_state *uts)
 {