From patchwork Thu Sep 20 06:45:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 185327 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 24D842C0099 for ; Thu, 20 Sep 2012 16:55:16 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEacQ-0004TA-EG; Thu, 20 Sep 2012 06:52:15 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEaXG-0001bX-P5 for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 06:46:56 +0000 Received: by mail-pb0-f49.google.com with SMTP id rq8so4538198pbb.36 for ; Wed, 19 Sep 2012 23:46:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=RG3TYY6+cLf6b60Lfi+xPmQOXEkMsZe7q/CxXB+bvcc=; b=K9jAgf0JxyS3BWQ4DU8I7WIA11NAAJPeV02SGOk+eE3xxINpwj+PQpg3CZsL4I/o2S mBss/cD81wpWM7qQS3D+l7+Yzx0Z63OBIOQskb30lZWSPiQ7VlRHUEiXHy1rqb+hmfXf w9WVuUw97OgtTHwkswOxG+09/4GRWRpTuxUK3MW30iJzBgQC2tBGmbPxdn+1Fjel5qHZ stQ9gAoJTn64UvkwLuzdn1IhRXU4U9J7q+jeAc268jiinIOQ2duV51gg5StzJBN0EZWL Nl3fOVP2GAREF6OwZBTAzsRlWwFVPmDXaXlF1DpIelpPWOd5ppmxJcAh+BDwvjflS9kC z9zQ== Received: by 10.68.230.232 with SMTP id tb8mr4282123pbc.19.1348123614444; Wed, 19 Sep 2012 23:46:54 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.234.161]) by mx.google.com with ESMTPS id wn1sm3057024pbc.57.2012.09.19.23.46.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2012 23:46:53 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 12/34] ARM: imx: remove mach/dma-mx1-mx2.h Date: Thu, 20 Sep 2012 14:45:25 +0800 Message-Id: <1348123547-31082-13-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> References: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQn345qRsfFdGVxboDzC5zzbV44s+T6JxomxtnBOFnD1p1ZAOznPcKlZmIRYGmYjVcln+qO5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Sascha Hauer , Shawn Guo , Arnd Bergmann , Javier Martin , Rob Herring X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The header mach/dma-mx1-mx2.h is used nowhere. Remove it. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann --- arch/arm/mach-imx/include/mach/dma-mx1-mx2.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 arch/arm/mach-imx/include/mach/dma-mx1-mx2.h diff --git a/arch/arm/mach-imx/include/mach/dma-mx1-mx2.h b/arch/arm/mach-imx/include/mach/dma-mx1-mx2.h deleted file mode 100644 index df5f522..0000000 --- a/arch/arm/mach-imx/include/mach/dma-mx1-mx2.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __MACH_DMA_MX1_MX2_H__ -#define __MACH_DMA_MX1_MX2_H__ -/* - * Don't use this header in new code, it will go away when all users are - * converted to mach/dma-v1.h - */ - -#include - -#endif /* ifndef __MACH_DMA_MX1_MX2_H__ */