X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fnet%2Fag7xxx.c;h=adcc20723f75dd8c93cc1dea87e162409701a179;hb=caa4daa2ae3dc0a3e516addea5772c9af76abcb0;hp=02565aae7be0bad317602f92f58efc370d59a126;hpb=41575d8e4c334df148c4cdd7c40cc825dc0fcaa1;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/net/ag7xxx.c b/drivers/net/ag7xxx.c index 02565aa..adcc207 100644 --- a/drivers/net/ag7xxx.c +++ b/drivers/net/ag7xxx.c @@ -1292,6 +1292,6 @@ U_BOOT_DRIVER(eth_ag7xxx) = { .remove = ag7xxx_eth_remove, .ops = &ag7xxx_eth_ops, .priv_auto = sizeof(struct ar7xxx_eth_priv), - .platdata_auto = sizeof(struct eth_pdata), + .plat_auto = sizeof(struct eth_pdata), .flags = DM_FLAG_ALLOC_PRIV_DMA, };