diff options
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2007-10-27 15:00:25 +0900 |
---|---|---|
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2007-11-17 18:54:16 +0900 |
commit | f01320459736f156707425cf8112f98606301aa4 (patch) | |
tree | 0b2aac70d6ab49cc8c85779a06a8a485b13ae61b /cpu/mpc824x | |
parent | b09258c5393edd1087c5f39ae68338f16b49f8b3 (diff) | |
download | u-boot-imx-f01320459736f156707425cf8112f98606301aa4.zip u-boot-imx-f01320459736f156707425cf8112f98606301aa4.tar.gz u-boot-imx-f01320459736f156707425cf8112f98606301aa4.tar.bz2 |
[MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
au1x00_eth.c: In function 'au1x00_enet_initialize':
au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
au1x00_eth.c:246: error: for each function it appears in.)
au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
au1x00_eth.c: In function 'au1x00_miiphy_write':
au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
make[1]: *** [au1x00_eth.o] Error 1
Fixed by moving these two functions forward.
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Diffstat (limited to 'cpu/mpc824x')
0 files changed, 0 insertions, 0 deletions