From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
Date: Mon, 8 Sep 2008 22:50:12 +0200 [thread overview]
Message-ID: <1220907014-12216-2-git-send-email-wd@denx.de> (raw)
In-Reply-To: <1220907014-12216-1-git-send-email-wd@denx.de>
missing doc_probe() prototype.
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
include/common.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
index a394988..33c6e10 100644
--- a/include/common.h
+++ b/include/common.h
@@ -236,6 +236,9 @@ int autoscript (ulong addr, const char *fit_uname);
extern ulong load_addr; /* Default Load Address */
+/* common/cmd_doc.c */
+void doc_probe(unsigned long physadr);
+
/* common/cmd_nvedit.c */
int env_init (void);
void env_relocate (void);
--
1.5.6.1
next prev parent reply other threads:[~2008-09-08 20:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-08 20:50 [U-Boot] [PATCH] mk48t59: fix compile problem introduced by commit d1e23194 Wolfgang Denk
2008-09-08 20:50 ` Wolfgang Denk [this message]
2008-09-08 20:50 ` [U-Boot] [PATCH] common/cmd_bootm.c: fix printf() format warnings Wolfgang Denk
2008-09-08 20:50 ` [U-Boot] [PATCH] ml507: fix out of tree build problem Wolfgang Denk
2008-09-08 22:39 ` Ricardo
2008-09-08 23:19 ` Wolfgang Denk
2008-09-08 23:44 ` Ricardo
2008-09-09 0:07 ` Wolfgang Denk
2008-09-09 7:12 ` Wolfgang Denk
2008-09-09 7:33 ` Wolfgang Denk
2008-09-09 12:28 ` Ricardo
2008-09-08 23:22 ` [U-Boot] [PATCH] disk-on-chip: remove duplicate doc_probe declaration Jean-Christophe PLAGNIOL-VILLARD
2008-09-09 0:17 ` Wolfgang Denk
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=1220907014-12216-2-git-send-email-wd@denx.de \
--to=wd@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.