]> git.sur5r.net Git - u-boot/blobdiff - drivers/phy/phy-uclass.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / phy / phy-uclass.c
index 68e518fc79008be1bbeff09cf71a6750447ee619..bdca4c0238ac037764e4228361a97b23ac1317f4 100644 (file)
@@ -9,8 +9,6 @@
 #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;