diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-08 22:37:45 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-08 22:37:45 +0200 |
commit | 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726 (patch) | |
tree | 341346a243eb59007c04507b5a6136018c9c8f80 /include/common.h | |
parent | 2c5e3cc4994897d364b148942ff23e47783198f6 (diff) | |
download | u-boot-4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726.tar.gz |
BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
missing doc_probe() prototype.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |