From: Wolfgang Denk Date: Fri, 30 Sep 2005 13:18:23 +0000 (+0200) Subject: Fix compiler warning X-Git-Tag: v2008.10-rc1~1382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9631ecf528b0f89d2ffda693209b088411434d0;p=platform%2Fkernel%2Fu-boot.git Fix compiler warning --- diff --git a/CHANGELOG b/CHANGELOG index f5a16d8..24a43cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix compiler warning + * Fix FEC PHY addresses for TQM85xx boards * Fix uninitialized variable problem in hush shell diff --git a/common/main.c b/common/main.c index 2922624..1389958 100644 --- a/common/main.c +++ b/common/main.c @@ -26,6 +26,9 @@ #include #include #include +#ifdef CONFIG_MODEM_SUPPORT +#include /* for free() prototype */ +#endif #ifdef CFG_HUSH_PARSER #include