
Dear =?UTF-8?q?David=20M=C3=BCller?=,
In message 1302600759-28219-5-git-send-email-d.mueller@elsoft.ch you wrote:
--===============1758926862==
Signed-off-by: David Müller d.mueller@elsoft.ch
board/mpl/vcma9/cmd_vcma9.c | 4 +- board/mpl/vcma9/lowlevel_init.S | 549 ++++++++++++++++++++++++++++++--------- board/mpl/vcma9/vcma9.c | 272 +++++--------------- board/mpl/vcma9/vcma9.h | 117 +-------- include/configs/VCMA9.h | 200 +++++++++------ 5 files changed, 626 insertions(+), 516 deletions(-)
Where is the change log that shows what has been changed with this new patch version? Please see http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
-extern void print_vcma9_info(void); +extern void vcma9_print_info(void);
Please get rid of all such externs - move the prototype declarations to appropriate header files. Please fix globally.
Best regards,
Wolfgang Denk