From: Wolfgang Denk Date: Mon, 8 Sep 2008 20:37:45 +0000 (+0200) Subject: BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings X-Git-Tag: v2025.01-rc5-pxa1908~21858 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726;p=u-boot.git BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings missing doc_probe() prototype. Signed-off-by: Wolfgang Denk --- diff --git a/include/common.h b/include/common.h index a394988b5c..33c6e1087d 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);