From patchwork Tue Jul 9 10:40:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2825240 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3BE379F7D6 for ; Tue, 9 Jul 2013 10:44:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 27B85200CA for ; Tue, 9 Jul 2013 10:44:33 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1875E200C3 for ; Tue, 9 Jul 2013 10:44:24 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVM1-0002xx-UU; Tue, 09 Jul 2013 10:41:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLX-0004hQ-IH; Tue, 09 Jul 2013 10:40:35 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLU-0004fA-3W for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2013 10:40:32 +0000 Received: by mail-pb0-f48.google.com with SMTP id ma3so5358142pbc.35 for ; Tue, 09 Jul 2013 03:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=Dhc5FM9mwJ4H56bXk7OCAKf1GN4KAGRkzQX8+pOc92M=; b=Anby880Vojr4p2lQX9PWXmw8BaDlx+loFQ5gSUSJjDCfIWa9Km/2VMGy7e1ydFwyFM 3FjfEVTwMrii5MGRL56j8b9vux+Xta1GMNjffCBc1vR1OW7AEnLfB9XmSiRN2CYAtjHO /z8j8q7/khjNq9PHOOCnhSjxcKgb/skv1KMVxM/d5B70/giVE9DJT5uMCNHPVk1xYzfJ L2hS4WpI/eXaUnMcp/5HmXq0Gkmru/oo2FnDp1GwSNp76neNwz/qilgQ1V1cwkIEYxAs 3k9QJAkSCwY5Gt8fTmKgCU/dDzE8xm0bZl0iTeGypCntb9GVpm4IAiJwEHYZewUEtsjh ZJnw== X-Received: by 10.66.21.37 with SMTP id s5mr27759460pae.103.1373366410614; Tue, 09 Jul 2013 03:40:10 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id ib9sm27546790pbc.43.2013.07.09.03.40.08 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 03:40:10 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 09 Jul 2013 19:40:16 +0900 Message-Id: <20130709104016.1891.68682.sendpatchset@w520> In-Reply-To: <20130709103944.1891.67462.sendpatchset@w520> References: <20130709103944.1891.67462.sendpatchset@w520> Subject: [PATCH 04/04] ARM: shmobile: Remove unused mach/dma.h X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130709_064032_285931_F86B4BC8 X-CRM114-Status: UNSURE ( 7.44 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Remove mach-shmobile mach/dma.h since it only seems to be used on non-mach-shmobile platforms. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/include/mach/dma.h | 1 - 1 file changed, 1 deletion(-) --- 0001/arch/arm/mach-shmobile/include/mach/dma.h +++ /dev/null 2013-06-03 21:41:10.638032047 +0900 @@ -1 +0,0 @@ -/* empty */