]> git.sur5r.net Git - u-boot/blobdiff - drivers/phy/phy-uclass.c
imx_lpi2c: Update lpi2c driver to support imx8
[u-boot] / drivers / phy / phy-uclass.c
index 68e518fc79008be1bbeff09cf71a6750447ee619..c4b3e409b3e02461a5e4759faf34a43e971b0d65 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;
-
 static inline struct phy_ops *phy_dev_ops(struct udevice *dev)
 {
        return (struct phy_ops *)dev->driver->ops;