Re: [U-Boot] [PATCH] rtc: remove broken rtc_read and rtc_write declarations

2009-04-01 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090330142805.a8919572.kim.phill...@freescale.com> you wrote: > commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g. > EPSON)" introduces the following build error on boards configuring e.g, > the ds1374 rtc: > > Configuring for MPC837XEMDS board...

Re: [U-Boot] [PATCH] rtc: remove broken rtc_read and rtc_write declarations

2009-03-30 Thread Detlev Zundel
Hi Kim, > commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g. > EPSON)" introduces the following build error on boards configuring e.g, > the ds1374 rtc: > > Configuring for MPC837XEMDS board... > ds1374.c:103: error: static declaration of 'rtc_read' follows non-static > declarat

[U-Boot] [PATCH] rtc: remove broken rtc_read and rtc_write declarations

2009-03-30 Thread Kim Phillips
commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g. EPSON)" introduces the following build error on boards configuring e.g, the ds1374 rtc: Configuring for MPC837XEMDS board... ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration /home/r1aaha/git/u