From patchwork Tue Jul 9 10:39:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2825237 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 90362C0AB2 for ; Tue, 9 Jul 2013 10:42:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6BCD020165 for ; Tue, 9 Jul 2013 10:42:04 +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 1034020163 for ; Tue, 9 Jul 2013 10:42:03 +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 1UwVLQ-0002pA-Pa; Tue, 09 Jul 2013 10:40:30 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLA-0004fB-3q; Tue, 09 Jul 2013 10:40:12 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVL6-0004cj-EA for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2013 10:40:09 +0000 Received: by mail-pa0-f53.google.com with SMTP id tj12so5442487pac.12 for ; Tue, 09 Jul 2013 03:39:47 -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=hrk3kLcuocY/zSy7F2QgG3soG54rN61+ygtVjABncrY=; b=BcekiBqS2umoeqSEfjelcpHe8l+SNYTDsEpyy1OKaeStNl1BWFd4vKbi9x3ylAOLfd AnGXGMtu9xfJ6npv+qD2INTMW0G+18Jyya8RdWGAo9fkW9Yn+Z2aWNEsfPzVH1fVJzrm obL8y25NsjlZiFtI6Fdizx8XGe4tFP8cG4GTz3iIZ1uefr0ub+YLnmwll+82iXCB20A0 ZsYS7L/5O1nArpvMiF6KQNAa39lSc8E+m0oDNbBAIXxt8sUiI2NwyxlVvUQyEpyoX339 H6yN+AwvpVYY1xyNlyvznrOGEYKetQF55gRzaPNPUWwHVfgL6WfjeidRhoUjeNDVlp59 gf1Q== X-Received: by 10.66.123.1 with SMTP id lw1mr26885805pab.177.1373366387006; Tue, 09 Jul 2013 03:39:47 -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 qu10sm27586998pbb.12.2013.07.09.03.39.44 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 03:39:46 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 09 Jul 2013 19:39:52 +0900 Message-Id: <20130709103952.1891.92697.sendpatchset@w520> In-Reply-To: <20130709103944.1891.67462.sendpatchset@w520> References: <20130709103944.1891.67462.sendpatchset@w520> Subject: [PATCH 01/04] ARM: shmobile: No need to use INTC header on r8a7779 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130709_064008_644761_028424A1 X-CRM114-Status: UNSURE ( 8.86 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , arnd@arndb.de, linux-arm-kernel@lists.infradead.org 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 Now when the intc-irqpin driver is used for external IRQ pins on r8a7779 it possible to get rid of unused INTC headers mach/intc.h and linux/sh_intc.h. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/intc-r8a7779.c | 1 - arch/arm/mach-shmobile/setup-r8a7779.c | 1 - 2 files changed, 2 deletions(-) --- 0001/arch/arm/mach-shmobile/intc-r8a7779.c +++ work/arch/arm/mach-shmobile/intc-r8a7779.c 2013-07-09 18:42:08.000000000 +0900 @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include --- 0001/arch/arm/mach-shmobile/setup-r8a7779.c +++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2013-07-09 18:42:25.000000000 +0900 @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include