]> git.sur5r.net Git - u-boot/blobdiff - test/dm/phy.c
include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[u-boot] / test / dm / phy.c
index 65b33fe68d1e5101a30187f354bd2643d8dbcb2e..21d92194b976d43fedca7b007ef7cc3d80190443 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
  * Written by Jean-Jacques Hiblot  <jjhiblot@ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -11,8 +10,6 @@
 #include <dm/test.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* Base test of the phy uclass */
 static int dm_test_phy_base(struct unit_test_state *uts)
 {