BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
authorWolfgang Denk <wd@denx.de>
Mon, 8 Sep 2008 20:37:45 +0000 (22:37 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 8 Sep 2008 20:37:45 +0000 (22:37 +0200)
missing doc_probe() prototype.

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h

index a394988..33c6e10 100644 (file)
@@ -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);