]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Ethernut 5: fix build error
authorprabhakar.csengg@gmail.com <prabhakar.csengg@gmail.com>
Thu, 23 Feb 2012 01:53:40 +0000 (01:53 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 29 Feb 2012 00:06:56 +0000 (01:06 +0100)
commit2271e7c6e8eef883b834fb7d07911848a54fde13
treed482a879aa06b1d0dd01f0dbed40e178874b0ea2
parentf1f2c3ca9f837985cc1f4bc3821ac1763430cdcf
Ethernut 5: fix build error

Fix build error for ethernut5 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-by: Prabhakar Lad <prabhakar.csengg@gmail.com>
Cc: Tim Schendekehl <tim.schendekehl@egnite.de>
Cc: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: egnite GmbH <info@egnite.de>
board/egnite/ethernut5/ethernut5.c