From patchwork Fri May 3 07:14:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 241227 X-Patchwork-Delegate: albert.aribaud@free.fr 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 384C12C00C4 for ; Fri, 3 May 2013 17:15:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BDCE34A390; Fri, 3 May 2013 09:15:19 +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 Q9R974UJfP2S; Fri, 3 May 2013 09:15:19 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3AA774A391; Fri, 3 May 2013 09:14:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3DB664A373 for ; Fri, 3 May 2013 09:14:36 +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 DOFWkHC3cBlR for ; Fri, 3 May 2013 09:14:35 +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 mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by theia.denx.de (Postfix) with ESMTPS id 90F3E4A35B for ; Fri, 3 May 2013 09:14:29 +0200 (CEST) Received: by mail-ee0-f52.google.com with SMTP id d41so605673eek.11 for ; Fri, 03 May 2013 00:14:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:content-type :x-gm-message-state; bh=S4zrhCX2QjaruqfY0OiKmQjn76ElISolv70wXlcZjug=; b=Rrtm3xaVT49h6FbMS5vPmz7DswBpiqtkmiTVIySnIlJxfVF9vWEud6+17dDofMpomQ /FAZV5XtPhQ91rBkGuqOnYO303HsBBM7ux4IZbOeVNLwmiiV+O/ix+4pV+i2M+gsCBSC 9gut0ZbGM/VPtIGFguumWA5HuDUD8K1eRBOFcuc1KZOzMNtcz6lXYqBsRQuDDaFG9iQr Gt+eRT0Y/fZZ0bK2qyJzD6qtqFZ2sp1vCb4Gqqmgae9LIm/9CXkjV7Pl8YQCtE6zCZNy q/Q57J7zX7cWn9i+RNp5pD8wHOaON5eTZoyGkd9DzJYMvtHpYr3Id+OIpHqb4BH3ycoB SChg== X-Received: by 10.15.36.2 with SMTP id h2mr28475998eev.2.1367565269213; Fri, 03 May 2013 00:14:29 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id bk42sm14036397eeb.3.2013.05.03.00.14.28 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 03 May 2013 00:14:28 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de, Albert Aribaud , Tom Rini , Michal Simek , Joe Hershberger Date: Fri, 3 May 2013 09:14:13 +0200 Message-Id: <3b7fbf0d128b40c4d0cbfd82ca12e0f6cccd2fe8.1367565248.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQkfnHiws0U2cOWa60o9WbMnmqX+5i5fGKmZJhE2EYd+ku+2VNgxaTPmV05dH78zNbfMu5IU Cc: Peter Crosthwaite , Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH v3 6/9] cmd: fpga: Do not include net.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de There is no reason to include net.h header in fpga code. Signed-off-by: Michal Simek --- Changes in v3: None Changes in v2: None common/cmd_fpga.c | 3 --- 1 file changed, 3 deletions(-) -- 1.8.2.1 diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index aa14ceb..5e1d037 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -27,9 +27,6 @@ */ #include #include -#if defined(CONFIG_CMD_NET) -#include -#endif #include #include