From: Jeroen Hofstee Date: Sun, 13 Jul 2014 20:01:51 +0000 (+0200) Subject: board: rpi_b: include mmc header and fix prototype X-Git-Tag: v2014.10-rc1~120 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=5dfd162eea2954f4ff1d7683329774af5224bd69;p=karo-tx-uboot.git board: rpi_b: include mmc header and fix prototype While at it add fdt_support.h as well. cc: Stephen Warren Signed-off-by: Jeroen Hofstee --- diff --git a/board/raspberrypi/rpi_b/rpi_b.c b/board/raspberrypi/rpi_b/rpi_b.c index f33fae9170..220bb90dc1 100644 --- a/board/raspberrypi/rpi_b/rpi_b.c +++ b/board/raspberrypi/rpi_b/rpi_b.c @@ -16,7 +16,9 @@ #include #include +#include #include +#include #include #include #include @@ -91,7 +93,7 @@ int board_init(void) return power_on_module(BCM2835_MBOX_POWER_DEVID_USB_HCD); } -int board_mmc_init(void) +int board_mmc_init(bd_t *bis) { ALLOC_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1, 16); int ret;