X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Feth-uclass.c;h=c15cc4d90bf47dffacdd1339077340b0c99dd36a;hb=ebe7890321250352b812dbbf127a46ef58256d1c;hp=a356a088262d333e578d5723f6d680db0da2d466;hpb=161b1fe745394f34c4aa506edc964089785919f6;p=oweals%2Fu-boot.git diff --git a/net/eth-uclass.c b/net/eth-uclass.c index a356a08826..c15cc4d90b 100644 --- a/net/eth-uclass.c +++ b/net/eth-uclass.c @@ -14,6 +14,8 @@ #include #include "eth_internal.h" +DECLARE_GLOBAL_DATA_PTR; + /** * struct eth_device_priv - private structure for each Ethernet device *