ucc_geth: Fix build breakage caused by a merge
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 24 Mar 2009 19:06:46 +0000 (12:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2009 19:06:46 +0000 (12:06 -0700)
This patch fixes following build error:

  CC      ucc_geth.o
ucc_geth.c: In function 'ucc_geth_probe':
ucc_geth.c:3644: error: implicit declaration of function 'uec_mdio_bus_name'
make[2]: *** [ucc_geth.o] Error 1

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found