Re: [PATCH] ucc_geth: Fix build breakage caused by a merge

2009-03-24 Thread David Miller
From: Anton Vorontsov Date: Tue, 24 Mar 2009 18:37:34 +0300 > 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 > > Signe

[PATCH] ucc_geth: Fix build breakage caused by a merge

2009-03-24 Thread Anton Vorontsov
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 --- On Tue, Mar 24, 2009 at 08:15:13AM -0500, Kuma