Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-19 Thread Prabhakar Lad
Albert, On Sun, Feb 19, 2012 at 3:19 PM, Albert ARIBAUD wrote: > Hi Prabhakar, > > Le 06/02/2012 13:49, Prabhakar Lad a écrit : > > Fix build error for ethernut5 and mx6qarm2 board due >> to prototype change for function board_mmc_getcd() >> ethernut5.c:238: error: conflicting types for 'board_

Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-19 Thread Albert ARIBAUD
Hi Prabhakar, Le 06/02/2012 13:49, Prabhakar Lad a écrit : Fix build error for ethernut5 and mx6qarm2 board due to prototype change for function board_mmc_getcd() ethernut5.c:238: error: conflicting types for 'board_mmc_getcd' u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_g

Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-06 Thread Thierry Reding
* Prabhakar Lad wrote: > Fix build error for ethernut5 and mx6qarm2 board due > to prototype change for function board_mmc_getcd() > ethernut5.c:238: error: conflicting types for 'board_mmc_getcd' > u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_getcd' was > here > make[2]: **

[U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
Fix build error for ethernut5 and mx6qarm2 board due to prototype change for function board_mmc_getcd() ethernut5.c:238: error: conflicting types for 'board_mmc_getcd' u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_getcd' was here make[2]: *** [ethernut5.o] Error 1 Signed-off