From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sat, 20 Aug 2011 07:07:08 +0200 Subject: [U-Boot] [PATCH] Fix compilation for OMAP3 EVM In-Reply-To: <1313793472-8785-1-git-send-email-vincent.stehle@laposte.net> References: <1313793472-8785-1-git-send-email-vincent.stehle@laposte.net> Message-ID: <4E4F40FC.5080707@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20.08.2011 00:37, Vincent wrote: > Signed-off-by: Vincent Stehl? > --- > board/ti/evm/evm.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/board/ti/evm/evm.c b/board/ti/evm/evm.c > index 30c1c57..d0604e9 100644 > --- a/board/ti/evm/evm.c > +++ b/board/ti/evm/evm.c > @@ -33,7 +33,6 @@ > #include > #include > #include > -#include > #include > #include > #include "evm.h" On which branch do you see this issue? u-boot master? Which error do you see? Does http://patchwork.ozlabs.org/patch/107678/ fix the issue you see, too? Thanks Dirk