Re: [U-Boot] [PATCH] KS8695: move TIMER_ definitions before code use

2011-09-10 Thread Greg Ungerer
Hi Wolfgang, On 09/10/2011 08:32 AM, Wolfgang Denk wrote: > Dear Greg, > > In message<1315570750-472-1-git-send-email-greg.unge...@opengear.com> you > wrote: >> Move the TIMER_ definitions before they are used in KS8695 timer.c code. >> Fixes: > > Could you please also fix the remaining warnings

Re: [U-Boot] [PATCH] KS8695: move TIMER_ definitions before code use

2011-09-09 Thread Wolfgang Denk
Dear Greg, In message <1315570750-472-1-git-send-email-greg.unge...@opengear.com> you wrote: > Move the TIMER_ definitions before they are used in KS8695 timer.c code. > Fixes: Could you please also fix the remaining warnings: Configuring for cm4008 board... eth.c:546:2: warning: #warning Ether

Re: [U-Boot] [PATCH] KS8695: move TIMER_ definitions before code use

2011-09-09 Thread Wolfgang Denk
Dear Greg Ungerer, In message <1315570750-472-1-git-send-email-greg.unge...@opengear.com> you wrote: > Move the TIMER_ definitions before they are used in KS8695 timer.c code. > Fixes: > > timer.c: In function `timer_init´: > timer.c:37: error: `TIMER_COUNT´ undeclared (first use in this functio

[U-Boot] [PATCH] KS8695: move TIMER_ definitions before code use

2011-09-09 Thread Greg Ungerer
Move the TIMER_ definitions before they are used in KS8695 timer.c code. Fixes: timer.c: In function ‘timer_init’: timer.c:37: error: ‘TIMER_COUNT’ undeclared (first use in this function) timer.c:37: error: (Each undeclared identifier is reported only once timer.c:37: error: for each function it a