From patchwork Wed Jul 24 03:38:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2832501 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 06FF89F4E2 for ; Wed, 24 Jul 2013 03:39:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3205C20204 for ; Wed, 24 Jul 2013 03:39:54 +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 24FB720202 for ; Wed, 24 Jul 2013 03:39:53 +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 1V1puj-000584-FG; Wed, 24 Jul 2013 03:38:59 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1puH-0007wb-Kr; Wed, 24 Jul 2013 03:38:29 +0000 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1pu3-0007tg-H0 for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2013 03:38:17 +0000 Received: by mail-pb0-f44.google.com with SMTP id uo1so9157096pbc.31 for ; Tue, 23 Jul 2013 20:37:53 -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=KER+/Uqzr9P5OqAX/K4/wDodcYggNzKHxSbMq8/perY=; b=SqgRM7w8pxbE1BQinf15C/2+ZHn2x4x3rMQdxCaiIUfZkMSD3IF2wmaVEwviYg5JzR FXhTTXYx7vUHu7d+1CN3l/yffegs6jou81a/8F3ooX4dejAHAlYQhgZmVz21yrpNB1Yw K0L3KRWqqFYsPckic8YS6dnL3n9wXZ36fBEicAYMQUpYJgHaZksQfYOdGZDfeVqWh/TM MAejOYCqYKfMA1NX3HwGpPitXW+YEvarTz9Qwik0PpLfWIShoGQMYhdy3PAsCJ9HIXwK ekwHy77LvFtzNNPfgXd4VJy/Rz/hMmVBGQkmQbhaljp6Fc8feWHKnqBkusPiP56Hycpp BmmQ== X-Received: by 10.68.138.225 with SMTP id qt1mr39653419pbb.83.1374637073336; Tue, 23 Jul 2013 20:37:53 -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 br1sm45061462pbb.4.2013.07.23.20.37.50 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 23 Jul 2013 20:37:52 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 24 Jul 2013 12:38:01 +0900 Message-Id: <20130724033801.30567.89261.sendpatchset@w520> In-Reply-To: <20130724033715.30567.82782.sendpatchset@w520> References: <20130724033715.30567.82782.sendpatchset@w520> Subject: [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130723_233815_995633_567C87F5 X-CRM114-Status: UNSURE ( 7.53 ) 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.1 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=ham 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 unused on AG5EVM. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-ag5evm.c | 1 - 1 file changed, 1 deletion(-) --- 0001/arch/arm/mach-shmobile/board-ag5evm.c +++ work/arch/arm/mach-shmobile/board-ag5evm.c 2013-07-23 16:03:31.000000000 +0900 @@ -47,7 +47,6 @@ #include