aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-08 22:37:45 +0200
committerWolfgang Denk <wd@denx.de>2008-09-08 22:37:45 +0200
commit4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726 (patch)
tree341346a243eb59007c04507b5a6136018c9c8f80
parent2c5e3cc4994897d364b148942ff23e47783198f6 (diff)
BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
missing doc_probe() prototype. Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index a394988b5..33c6e1087 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);