summaryrefslogtreecommitdiff
path: root/drivers/net/octeontx2/nix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/octeontx2/nix.c')
-rw-r--r--drivers/net/octeontx2/nix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/octeontx2/nix.c b/drivers/net/octeontx2/nix.c
index 0a3e8e4af0..9649b39bbf 100644
--- a/drivers/net/octeontx2/nix.c
+++ b/drivers/net/octeontx2/nix.c
@@ -727,7 +727,7 @@ int nix_lf_setup_mac(struct udevice *dev)
{
struct rvu_pf *rvu = dev_get_priv(dev);
struct nix *nix = rvu->nix;
- struct eth_pdata *pdata = dev_get_platdata(dev);
+ struct eth_pdata *pdata = dev_get_plat(dev);
/* If lower level firmware fails to set proper MAC
* u-boot framework updates MAC to random address.