From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Wed, 8 Feb 2012 22:53:00 -0800 Subject: [U-Boot] [PATCH V2] bugfix: all Marvell specific build fails due to undefined reference to `get_ticks' In-Reply-To: <201202082241.43914.vapier@gentoo.org> References: <1328699372-20423-1-git-send-email-prafulla@marvell.com> <201202082241.43914.vapier@gentoo.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Mike Frysinger [mailto:vapier at gentoo.org] > Sent: 09 February 2012 09:12 > To: u-boot at lists.denx.de > Cc: Prafulla Wadaskar; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH V2] bugfix: all Marvell specific build > fails due to undefined reference to `get_ticks' > > On Wednesday 08 February 2012 06:09:32 Prafulla Wadaskar wrote: > > +ulong get_tbclk (void) > > no space before the "(" > > happens to all of them Hi Mike Thanks for this comment, actually there are few more places in the code too where such kind of cleanup needed. I will post a separate cleanup patch for the same. Regards.. Prafulla . . .