net: sun8i_emac: Use consistent clock bitfield definitions
[oweals/u-boot.git] / drivers / phy / sandbox-phy.c
index 867c6fe7043bdd9466c671ed3dba44bc29f26de3..84ff5c6275b523900d838d58f7aaa6b6bd6896e9 100644 (file)
@@ -1,16 +1,13 @@
+// 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>
 #include <dm.h>
 #include <generic-phy.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_phy_priv {
        bool initialized;
        bool on;