commit | 004b891f3d0b12f2849fe95f2a200c7ec4102124 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 30 15:45:14 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Feb 06 13:26:56 2016 +0100 |
tree | fa40104ef0535bb474e3a781d025065f04d98591 | |
parent | 75574053c5c09c34d41ffc16013858ffceadc650 [diff] |
microblaze: Correct build error in eth-uclass.c This fixes the following error when building microblaze-generic: net/eth-uclass.c: In function 'eth_post_probe': net/eth-uclass.c:466:18: error: 'gd' undeclared (first use in this function) ops->start += gd->reloc_off; Fixes: db9391e1 ("net: Move driver-model code into its own file") Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>