From patchwork Sun Oct 7 15:56:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Herrmann X-Patchwork-Id: 189854 X-Patchwork-Delegate: trini@ti.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 0F2E82C0313 for ; Mon, 8 Oct 2012 02:58:24 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A0102280DC; Sun, 7 Oct 2012 17:57:58 +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 AHYFApSMf5NO; Sun, 7 Oct 2012 17:57:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 262AD280C8; Sun, 7 Oct 2012 17:57:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4E7F528098 for ; Sun, 7 Oct 2012 17:57:28 +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 i5cYEdtJQpVJ for ; Sun, 7 Oct 2012 17:57:28 +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-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by theia.denx.de (Postfix) with ESMTPS id 605F9280C7 for ; Sun, 7 Oct 2012 17:56:50 +0200 (CEST) Received: by mail-wi0-f180.google.com with SMTP id hm4so2013585wib.9 for ; Sun, 07 Oct 2012 08:56:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=PzviixAJKVfIDhJNA0eKDvnPZ+37oyAhbuD0mVaHtS0=; b=LliU+88qO62fk8BB+sCUvv3TxuGWc5VP9IDZbDPa6FdxuKEM0tzQf2VQOCRNI0gTXe h3ZdblcxA8OZK/w9/KVa1QxY58E7qKlOZGwNRWiyJ773ZiHSxZtFtq1Tb9fsTEsgFGDW Ct6bM5PoKDAFknRXrrrUDE6t59v5MKAVpdbxjk2k6uA0nQLzZ2XxZF6DcjQHTqcVoHbM KZ7pYgrLyF3rP/BxSVKp0n+0bhy//OoGIw09k2ZlFLz4YFTPuYx8ioNql8Pm7lG1BUah Yr82n1RW7TXnhV7x0Pwv+qO/WPE96mJ0muh+uC+2ZBIiBxEN+xi3uFD+pV4zvdKBgpLx QLHw== Received: by 10.216.226.135 with SMTP id b7mr7481994weq.48.1349625410175; Sun, 07 Oct 2012 08:56:50 -0700 (PDT) Received: from Bloomfield.kolej.mff.cuni.cz (pavelherrmann.kolej.mff.cuni.cz. [78.128.197.20]) by mx.google.com with ESMTPS id ay10sm16450042wib.2.2012.10.07.08.56.49 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 07 Oct 2012 08:56:49 -0700 (PDT) From: Pavel Herrmann To: u-boot@lists.denx.de Date: Sun, 7 Oct 2012 17:56:14 +0200 Message-Id: <1349625374-12391-11-git-send-email-morpheus.ibis@gmail.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1349625374-12391-1-git-send-email-morpheus.ibis@gmail.com> References: <1349625374-12391-1-git-send-email-morpheus.ibis@gmail.com> Cc: marex@denx.de Subject: [U-Boot] [PATCH 10/10] remove unnecessary includes from cmd_ide.c 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 mpc8xx and mpc5xxx specific includes in cmd_ide.c are not required, remove them. Signed-off-by: Pavel Herrmann --- common/cmd_ide.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 4f3ff54..891ce21 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -38,14 +38,6 @@ # include #endif -#ifdef CONFIG_8xx -# include -#endif - -#ifdef CONFIG_MPC5xxx -#include -#endif - #include #include