From patchwork Tue May 19 22:37:41 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 24798 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4JMcU7l003770 for ; Tue, 19 May 2009 22:38:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751361AbZESWhv (ORCPT ); Tue, 19 May 2009 18:37:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754504AbZESWhv (ORCPT ); Tue, 19 May 2009 18:37:51 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:57525 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751361AbZESWhu (ORCPT ); Tue, 19 May 2009 18:37:50 -0400 Received: from c-67-160-239-110.hsd1.ca.comcast.net ([67.160.239.110] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.68) (envelope-from ) id 1M6XwV-0004bH-I0; Tue, 19 May 2009 22:37:51 +0000 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 67.160.239.110 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX181fJcLO1om2DWSCEvTw74r Date: Tue, 19 May 2009 15:37:41 -0700 From: Tony Lindgren To: Santosh Shilimkar Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org Subject: [PATCH] ARM: OMAP2/3: Remove unused L4_WK_OMAP_BASE, L4_PER_OMAP_BASE, L4_EMU_BASE, L3_OMAP_BASE (Re: [PATCH 2/7] OMAP4: Create board support for OMAP_4430SDP, v3) Message-ID: <20090519223741.GK19742@atomide.com> References: <1242739888-12428-1-git-send-email-santosh.shilimkar@ti.com> <20090519211756.GH19742@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20090519211756.GH19742@atomide.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tony Lindgren [090519 14:18]: > Hi, > > I rebased these patches on top of the for-next branch in linux-omap > tree, some comments and the updated patch below. We can now get rid of these old defines too BTW. Tony From a64bb3a0bf0128ee4ae1d540c7482c186aff326b Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 19 May 2009 13:51:44 -0700 Subject: [PATCH] ARM: OMAP2/3: Remove unused L4_WK_OMAP_BASE, L4_PER_OMAP_BASE, L4_EMU_BASE, L3_OMAP_BASE These are not being used right now, and the processor specific defines should be used instead by any code accessing these registers. Signed-off-by: Tony Lindgren diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h index cc25733..f8d186a 100644 --- a/arch/arm/plat-omap/include/mach/omap34xx.h +++ b/arch/arm/plat-omap/include/mach/omap34xx.h @@ -31,13 +31,9 @@ #define L4_34XX_BASE 0x48000000 #define L4_WK_34XX_BASE 0x48300000 -#define L4_WK_OMAP_BASE L4_WK_34XX_BASE #define L4_PER_34XX_BASE 0x49000000 -#define L4_PER_OMAP_BASE L4_PER_34XX_BASE #define L4_EMU_34XX_BASE 0x54000000 -#define L4_EMU_BASE L4_EMU_34XX_BASE #define L3_34XX_BASE 0x68000000 -#define L3_OMAP_BASE L3_34XX_BASE #define OMAP3430_32KSYNCT_BASE 0x48320000 #define OMAP3430_CM_BASE 0x48004800