Re: [U-Boot] [PATCH 02/12] microblaze: Remove extern from board.c

2012-07-10 Thread Michal Simek
On 07/09/2012 11:10 PM, Simon Glass wrote: Acked-by: Simon Glass mailto:s...@chromium.org>> Applied. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian ___

Re: [U-Boot] [PATCH 02/12] microblaze: Remove extern from board.c

2012-07-09 Thread Simon Glass
On Mon, Jul 9, 2012 at 2:20 AM, Michal Simek wrote: > eth_init() is defined at include/net.h. > > Signed-off-by: Michal Simek > Acked-by: Simon Glass > --- > arch/microblaze/lib/board.c |4 > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/arch/microblaze/lib/boar

[U-Boot] [PATCH 02/12] microblaze: Remove extern from board.c

2012-07-09 Thread Michal Simek
eth_init() is defined at include/net.h. Signed-off-by: Michal Simek --- arch/microblaze/lib/board.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c index 4146f5c..1cf895b 100644 --- a/arch/microblaze/lib/board.