From patchwork Wed Oct 30 14:18:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 287225 X-Patchwork-Delegate: andreas.biessmann@googlemail.com 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 42A132C0381 for ; Thu, 31 Oct 2013 01:19:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E30E4A1A9; Wed, 30 Oct 2013 15:19:51 +0100 (CET) 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 puzhdEhmRMCJ; Wed, 30 Oct 2013 15:19:50 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB2FF4A1C8; Wed, 30 Oct 2013 15:19:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6FE784A1E8 for ; Wed, 30 Oct 2013 15:19:38 +0100 (CET) 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 WUxj1msPP2Mh for ; Wed, 30 Oct 2013 15:19:34 +0100 (CET) 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-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by theia.denx.de (Postfix) with ESMTPS id 5C2994A1C1 for ; Wed, 30 Oct 2013 15:19:20 +0100 (CET) Received: by mail-ea0-f182.google.com with SMTP id o10so699167eaj.27 for ; Wed, 30 Oct 2013 07:19:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=f25TJkTdXEnnmx7X6uky8SFRzoDvdNdkrNHGZxsvdnw=; b=nVYMH2XVmkWnMN5FVjaAnccmxq/BBs4mgLIdcfE43uNrYny4HDO8D16NAIW0vRCaQl lfbIUjquR9pQsVaDJtuAcBIHxzs27Lw3n+fK6/9w8Ae4kkqFT3MLo6GqH41EIlj3Tcks EMI2SUBauWxEsFjF6jUt6Azf/BzQJzamuiLnc5wlEHtpfj7TfyWs8XBhnM3wcS9GGoD+ WVXsi0+6hVBtDqfmEo0/t6gGQ0Jb9Yhm9jrBbs1TBxZOzJ23EO7dXOjf7p2M3v0Er/DJ n3AtXACWleQJJJPcdDt+85w3KXi2cxnLq4TUq6wTShV75jVaamOg21lrUkhApjaMk3rP jGPQ== X-Received: by 10.14.5.133 with SMTP id 5mr1973392eel.84.1383142758686; Wed, 30 Oct 2013 07:19:18 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPSA id bn13sm84042881eeb.11.2013.10.30.07.19.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 30 Oct 2013 07:19:17 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Wed, 30 Oct 2013 15:18:21 +0100 Message-Id: <1383142702-9782-6-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1383142702-9782-1-git-send-email-andreas.devel@googlemail.com> References: <1383142702-9782-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Subject: [U-Boot] [PATCH 5/6] net: remove unused CONFIG_AT91_LEGACY 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Andreas Bießmann --- drivers/net/at91_emac.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c index 73612ea..64d4c56 100644 --- a/drivers/net/at91_emac.c +++ b/drivers/net/at91_emac.c @@ -10,19 +10,10 @@ #include #include -#ifndef CONFIG_AT91_LEGACY #include #include #include #include -#else -/* remove next 5 lines, if all RM9200 boards convert to at91 arch */ -#include -#include -#include -#include -#include -#endif #include #include #include