]> git.sur5r.net Git - u-boot/blobdiff - test/dm/pwm.c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[u-boot] / test / dm / pwm.c
index 6b2dedf6ccd6ba3c18f632a57ed245bd37b43785..b52ee21a69eca3c975cdad0b870bda7f487d6e2b 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <dm/test.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* Basic test of the pwm uclass */
 static int dm_test_pwm_base(struct unit_test_state *uts)
 {