From patchwork Wed Nov 24 05:03:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 351621 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAO53cOO029261 for ; Wed, 24 Nov 2010 05:03:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750833Ab0KXFDh (ORCPT ); Wed, 24 Nov 2010 00:03:37 -0500 Received: from mail.renesas.com ([202.234.163.13]:50727 "EHLO mail05.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750817Ab0KXFDh (ORCPT ); Wed, 24 Nov 2010 00:03:37 -0500 X-AuditID: ac140388-000000070000020f-2c-4cec9ca53687 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail05.idc.renesas.com (sendmail) with ESMTP id oAO53Xu5011144; Wed, 24 Nov 2010 14:03:33 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id oAO53XFA026992; Wed, 24 Nov 2010 14:03:33 +0900 (JST) Received: from mta05.idc.renesas.com (localhost [127.0.0.1]) by mta05.idc.renesas.com with ESMTP id oAO53XJG024895; Wed, 24 Nov 2010 14:03:33 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0LCD003ULI1XZ2@ims05.idc.renesas.com>; Wed, 24 Nov 2010 14:03:33 +0900 (JST) Date: Wed, 24 Nov 2010 14:03:33 +0900 (JST) Date-warning: Date header was inserted by ims05.idc.renesas.com From: Kuninori Morimoto Subject: [PATCH] ARM: mach-shmobile: ag5evm: remove unused define To: Paul Mundt Cc: Magnus , Linux-SH , yoshii (RSO) Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 24 Nov 2010 05:03:38 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c index b35d8f4..cec0de0 100644 --- a/arch/arm/mach-shmobile/board-ag5evm.c +++ b/arch/arm/mach-shmobile/board-ag5evm.c @@ -224,16 +224,6 @@ void __init ag5evm_init_irq(void) gic_cpu_init(0, __io(0xf0000100)); } -#define PORT144CR 0xe6052090 -#define PORT145CR 0xe6052091 - -#define PORT154CR 0xe605209a -#define PORT155CR 0xe605209b -#define PORT156CR 0xe605209c -#define PORT157CR 0xe605209d - -#define PORTR159_128DR 0xe6056004 - static void __init ag5evm_init(void) { sh73a0_pinmux_init();