From patchwork Fri Aug 19 22:37:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Vincent_Stehl=C3=A9?= X-Patchwork-Id: 110744 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8454DB6F68 for ; Sat, 20 Aug 2011 08:38:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 67C2C280CD; Sat, 20 Aug 2011 00:38:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id roV3iuPBqMuW; Sat, 20 Aug 2011 00:38:08 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 96255280CF; Sat, 20 Aug 2011 00:38:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4DE84280CF for ; Sat, 20 Aug 2011 00:38:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Faxt-v0FDrMz for ; Sat, 20 Aug 2011 00:38:04 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by theia.denx.de (Postfix) with ESMTP id 26BE0280CD for ; Sat, 20 Aug 2011 00:38:02 +0200 (CEST) Received: from romuald.bergerie (unknown [82.228.252.113]) by smtp4-g21.free.fr (Postfix) with ESMTP id A2C524C8064 for ; Sat, 20 Aug 2011 00:37:57 +0200 (CEST) Received: by romuald.bergerie (Postfix, from userid 65534) id 53D20120174; Sat, 20 Aug 2011 00:37:56 +0200 (CEST) Received: from clopinette (clopinette.bergerie [192.168.124.7]) by romuald.bergerie (Postfix) with SMTP id E8886120174; Sat, 20 Aug 2011 00:37:54 +0200 (CEST) Received: by clopinette (sSMTP sendmail emulation); Sat, 20 Aug 2011 00:37:54 +0200 From: "Vincent" To: u-boot@lists.denx.de Date: Sat, 20 Aug 2011 00:37:52 +0200 Message-Id: <1313793472-8785-1-git-send-email-vincent.stehle@laposte.net> X-Mailer: git-send-email 1.7.2.5 MIME-Version: 1.0 Subject: [U-Boot] [PATCH] Fix compilation for OMAP3 EVM X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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"