public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] mmc: Add a prototype for board_mmc_init()
Date: Sat, 15 Feb 2014 14:51:59 -0200	[thread overview]
Message-ID: <1392483122-21852-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1392483122-21852-1-git-send-email-festevam@gmail.com>

From: Fabio Estevam <fabio.estevam@freescale.com>

Fixes the following sparse warning:

wandboard.c:137:5: warning: symbol 'board_mmc_init' was not declared. Should it be static?

Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/mmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/mmc.h b/include/mmc.h
index e1060b9..218c03f 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -349,4 +349,6 @@ struct mmc *mmc_spi_init(uint bus, uint cs, uint speed, uint mode);
 int mmc_legacy_init(int verbose);
 #endif
 
+int board_mmc_init(bd_t *bis);
+
 #endif /* _MMC_H_ */
-- 
1.8.1.2

  reply	other threads:[~2014-02-15 16:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-15 16:51 [U-Boot] [PATCH 1/5] wandboard: Staticize usdhc1_pads Fabio Estevam
2014-02-15 16:51 ` Fabio Estevam [this message]
2014-03-05 11:10   ` [U-Boot] [PATCH 2/5] mmc: Add a prototype for board_mmc_init() Stefano Babic
2014-02-15 16:52 ` [U-Boot] [PATCH 3/5] wandboard: Fix sparse warning Fabio Estevam
2014-03-05 11:10   ` Stefano Babic
2014-02-15 16:52 ` [U-Boot] [PATCH 4/5] wandboard: Include <input.h> Fabio Estevam
2014-03-05 11:11   ` Stefano Babic
2014-02-15 16:52 ` [U-Boot] [PATCH 5/5] fb: Add a prototype for board_video_skip() Fabio Estevam
2014-03-05 11:11   ` Stefano Babic
2014-02-16 12:15 ` [U-Boot] [PATCH 1/5] wandboard: Staticize usdhc1_pads Stefano Babic
2014-02-16 14:42   ` Fabio Estevam
2014-02-16 15:29     ` Stefano Babic
2014-03-05 11:10 ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392483122-21852-2-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox